Skip to content
Cursor

openclaw cost tracker mcp for Cursor

io.github.temurkhan13/openclaw-cost-tracker-mcp

AI agent token-cost telemetry + 429 prediction. Per-agent attribution, anomaly + routing + quota.

client:Cursor transport:stdio runtime:pypi

Install openclaw cost tracker mcp in Cursor

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

{
  "mcpServers": {
    "openclaw-cost-tracker-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openclaw-cost-tracker-mcp"
      ]
    }
  }
}

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

openclaw cost tracker mcp in other clients