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
{
"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