Model Radar for Cursor
io.github.srclight/model-radar
Ping 134+ free coding LLMs across 17 providers, rank by latency, pick the fastest.
client:Cursor
transport:stdio
runtime:pypi
Install Model Radar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"model-radar": {
"type": "stdio",
"command": "uvx",
"args": [
"model-radar-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs