Skip to content
Grok

agent mcp hub for Grok

io.github.blackaxgit/agent-mcp-hub

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

client:Grok transport:stdio runtime:npm

Install agent mcp hub in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-mcp-hub": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-mcp-hub"
      ]
    }
  }
}

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

agent mcp hub in other clients