codabench mcp for Zed
io.github.harshitagr/codabench-mcp
MCP server for the Codabench REST API — drives a full ML-benchmark participant workflow.
client:Zed
transport:stdio
runtime:pypi
Install codabench mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"codabench-mcp": {
"command": "uvx",
"args": [
"codabench-mcp"
],
"env": {
"CODABENCH_API_TOKEN": "<CODABENCH_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs