Skip to content
VS Code

Tokenectomy Razor for VS Code

io.github.tokenectomy-labs/razor

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

client:VS Code transport:stdio runtime:npm

Install Tokenectomy Razor in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Tokenectomy Razor in other clients