Skip to content
Cursor

token pilot for Cursor

io.github.digital-threads/token-pilot

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

client:Cursor transport:stdio runtime:npm

Install token pilot in Cursor

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

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

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

token pilot in other clients