Skip to content
Grok

clawhub for Grok

io.github.maxz712/clawhub

Git hosting for AI agents: repos, changes, focused diffs, reviews, issues, code search.

client:Grok transport:stdio runtime:npm

Install clawhub 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": {
    "clawhub": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "useclawhub-mcp"
      ],
      "env": {
        "CLAWHUB_URL": "<CLAWHUB_URL>",
        "CLAWHUB_TOKEN": "<CLAWHUB_TOKEN>"
      }
    }
  }
}

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

clawhub in other clients