Skip to content
Grok

colber mcp for Grok

io.github.obi49/colber-mcp

Trust + coordination infrastructure for the agent economy. 27 tools across 6 Colber modules.

client:Grok transport:stdio runtime:npm

Install colber mcp 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": {
    "colber-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@colber/mcp"
      ],
      "env": {
        "COLBER_BASE_URLS": "<COLBER_BASE_URLS>",
        "COLBER_AUTH_TOKEN": "<COLBER_AUTH_TOKEN>",
        "COLBER_LOG_LEVEL": "<COLBER_LOG_LEVEL>"
      }
    }
  }
}

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

colber mcp in other clients