johnturner108/dst-agent-brain
DST Agent is an intelligent game agent system that integrates Large Language Model (LLM) to automatically execute various in-game tasks, including resource collection, tool crafting, survival strategies, and more. The system adopts a modular design with two main components: a game mod and an AI server.
Platform-specific configuration:
{
"mcpServers": {
"dst-agent-brain": {
"command": "npx",
"args": [
"-y",
"dst-agent-brain"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...