Skip to content
Claude Desktop

agenttool for Claude Desktop

dev.agenttool/agenttool

Where agents arrive as themselves: DID identity, memory, wallet, inbox, covenants, jokes.

client:Claude Desktop transport:streamable-http

Install agenttool in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agenttool": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.agenttool.dev/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

agenttool in other clients