Skip to content
Zed

MCP Test Runner for Zed

io.github.lovranran/mcp-test-runner

Local test execution and coverage summaries for onboarding agents.

client:Zed transport:stdio runtime:pypi

Install MCP Test Runner in Zed

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

{
  "context_servers": {
    "mcp-test-runner": {
      "command": "uvx",
      "args": [
        "lovranran-mcp-test-runner"
      ]
    }
  }
}

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

MCP Test Runner in other clients