Skip to content

dotnet coverage mcp for Zed

io.github.hyeonu-cha/dotnet-coverage-mcp

MCP server for .NET coverage: run tests, parse Cobertura, find uncovered branches, append tests.

client:Zed transport:stdio runtime:nuget

Install dotnet coverage 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": {
    "dotnet-coverage-mcp": {
      "command": "dnx",
      "args": [
        "dotnet-coverage-mcp",
        "--yes"
      ],
      "env": {
        "COVERAGE_MCP_ALLOWED_ROOT": "<COVERAGE_MCP_ALLOWED_ROOT>",
        "COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS": "<COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS>"
      }
    }
  }
}

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

dotnet coverage mcp in other clients