Skip to content

mcp benchmark hygiene for Zed

io.github.sudo-ai-git/mcp-benchmark-hygiene

Detect pytest config-leakage that corrupts agent-benchmark grading. Deterministic, no-LLM.

client:Zed transport:stdio runtime:pypi

Install mcp benchmark hygiene in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-benchmark-hygiene": {
      "command": "uvx",
      "args": [
        "mcp-benchmark-hygiene"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp benchmark hygiene in other clients