Skip to content
Cursor

Tokenectomy Razor for Cursor

io.github.tokenectomy-labs/razor

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

client:Cursor transport:stdio runtime:npm

Install Tokenectomy Razor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Tokenectomy Razor in other clients