Skip to content
Grok

nimbus for Grok

io.github.nimbus-agent/nimbus

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

client:Grok transport:stdio runtime:npm

Install nimbus in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

nimbus in other clients