Model Radar for Grok
io.github.srclight/model-radar
Ping 134+ free coding LLMs across 17 providers, rank by latency, pick the fastest.
client:Grok
transport:stdio
runtime:pypi
Install Model Radar in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"model-radar": {
"type": "stdio",
"command": "uvx",
"args": [
"model-radar-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs