mcp eval runner for Zed
io.github.dbsectrainer/mcp-eval-runner
A standardized testing harness for MCP servers and agent workflows
client:Zed
transport:stdio
runtime:npm
Install mcp eval runner in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-eval-runner": {
"command": "npx",
"args": [
"-y",
"mcp-eval-runner"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs