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

Installation

npx -y daimonos

Configuration

{
  "mcpServers": {
    "daimonos": {
      "command": "npx",
      "args": ["-y", "daimonos"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub