Skip to content
Grok

bundlebox for Grok

io.github.blackswanalpha/bundlebox

Where the work is, packed before the agent reads: brief, symbol tables, findings, token bill.

client:Grok transport:stdio runtime:npm

Install bundlebox in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "bundlebox": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bundlebox"
      ]
    }
  }
}

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

bundlebox in other clients