Skip to content
Grok

Tokenectomy Razor for Grok

io.github.tokenectomy-labs/razor

Cut 95% of framework noise and token bloat from error logs for AI agents.

client:Grok transport:stdio runtime:npm

Install Tokenectomy Razor in Grok

.mcp.json (in your project root)

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

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

Tokenectomy Razor in other clients