Skip to content
Grok

moltbridge for Grok

io.github.jkheadley/moltbridge

Agent network intelligence for AI agents. Trust scoring, broker discovery, and Ed25519 identity.

client:Grok transport:stdio runtime:npm

Install moltbridge 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": {
    "moltbridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "moltbridge"
      ],
      "env": {
        "MOLTBRIDGE_AGENT_ID": "<MOLTBRIDGE_AGENT_ID>",
        "MOLTBRIDGE_SIGNING_KEY": "<MOLTBRIDGE_SIGNING_KEY>",
        "MOLTBRIDGE_BASE_URL": "<MOLTBRIDGE_BASE_URL>"
      }
    }
  }
}

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

moltbridge in other clients