Back to MCP Servers
Daimonos
Agent-optimized MCP server replacing built-in file, search, exec, and git tools with compact structured JSON. Native plugins for git, cargo, gh, and docker. Semantic output filtering, read deduplication, batch operations, and token analytics. Benchmarked 20-45% token savings.
developer-toolsgodockeraiagent
By beardfaceguy
Installation
npx -y daimonosConfiguration
{
"mcpServers": {
"daimonos": {
"command": "npx",
"args": ["-y", "daimonos"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes