Cheaplane for Cursor
io.github.millennialdreamer/cheaplane
Offload grunt work from your premium agent to cheap models — auto-routing and billing isolation.
client:Cursor
transport:stdio
runtime:pypi
Install Cheaplane in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cheaplane": {
"type": "stdio",
"command": "uvx",
"args": [
"cheaplane"
],
"env": {
"DELEGATE_BASE_URL": "<DELEGATE_BASE_URL>",
"DELEGATE_API_KEY": "<DELEGATE_API_KEY>",
"DELEGATE_TIMEOUT": "<DELEGATE_TIMEOUT>",
"DELEGATE_MODEL_MAP": "<DELEGATE_MODEL_MAP>",
"DELEGATE_NO_LOG": "<DELEGATE_NO_LOG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs