Skip to content
Grok

token pilot for Grok

io.github.digital-threads/token-pilot

Save up to 80% tokens when AI reads code via AST-aware structural reading

client:Grok transport:stdio runtime:npm

Install token pilot in Grok

.mcp.json (in your project root)

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

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

token pilot in other clients