Skip to content
Cursor

tierproxy for Cursor

io.github.tierproxy/python-sdk

Multi-provider proxy infrastructure for AI/ML. Geo, sessions, cost-aware routing, usage tools.

client:Cursor transport:stdio runtime:pypi

Install tierproxy in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "python-sdk": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tierproxy"
      ],
      "env": {
        "TIERPROXY_API_KEY": "<TIERPROXY_API_KEY>"
      }
    }
  }
}

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

tierproxy in other clients