Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

codabench mcp in other clients