Skip to content
Grok

agora mcp for Grok

io.github.vorluno/agora-mcp

Shared per-repo space for Claude Code sessions: see activity, get collision warnings, notes.

client:Grok transport:stdio runtime:npm

Install agora mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agora-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vorluno/agora-mcp"
      ]
    }
  }
}

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

agora mcp in other clients