Skip to content
Grok

Agent Booster for Grok

io.github.sseshachala/agent-booster

Cut AI agent token costs 5-15x — routes only relevant code symbols instead of full files.

client:Grok transport:stdio runtime:pypi

Install Agent Booster in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-booster": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-booster"
      ]
    }
  }
}

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 Booster in other clients