← All servers
πŸ”§

Dotnet CoverageVerifiedπŸ›‘ No advisories

io.github.Hyeonu-Cha/dotnet-coverage-mcp
New to MCP? Start here β†’
1β˜… stars
0weekly installs
2 months agolast release

Provenancewhere it came from, and what was verified

βœ“
Verified namespace

Published to the official MCP registry by github.com/hyeonu-cha, which proved it owns this namespace.

Verified owner: github.com/hyeonu-cha β†—io.github.Hyeonu-Cha/dotnet-coverage-mcp

πŸ›‘ Permissions & trustwhat this server can touch before you run it

βœ“
Configuration
Reads COVERAGE_MCP_ALLOWED_ROOT, COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS.

About

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

Packages & transports

nugetdotnet-coverage-mcpv0.1.1 Β· dnx

Metadata

Categorydevops
LicenseMIT
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "dotnet_coverage": {
      "command": "npx",
      "args": [
        "-y",
        "dotnet-coverage-mcp"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector npx -y dotnet-coverage-mcp
Dotnet Coverage, an MCP server Β· SocketCat