llmtest mcp for Zed
io.github.tjacquesson/llmtest-mcp
Benchmark AI models on real prompts. Find cheaper, faster alternatives across 340+ models.
client:Zed
transport:stdio
runtime:npm
Install llmtest mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"llmtest-mcp": {
"command": "npx",
"args": [
"-y",
"llmtest-mcp"
],
"env": {
"LLMTEST_API_KEY": "<LLMTEST_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs