Skip to content
Claude Desktop

nimbus for Claude Desktop

io.github.nimbus-agent/nimbus

Search your local Nimbus index and run its built-in agents from any MCP client.

client:Claude Desktop transport:stdio runtime:npm

Install nimbus in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nimbus": {
      "command": "npx",
      "args": [
        "-y",
        "@nimbus-dev/mcp"
      ],
      "env": {
        "NIMBUS_BIN": "<NIMBUS_BIN>",
        "NIMBUS_MCP_TIMEOUT_MS": "<NIMBUS_MCP_TIMEOUT_MS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

nimbus in other clients