dotnet-coverage-mcp

Hyeonu-Cha/dotnet-coverage-mcp
★ 0 stars C# AI/LLM Updated today
An MCP (Model Context Protocol) server that exposes .NET code coverage tooling as callable tools for AI assistants
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotnet-coverage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Hyeonu-Cha/dotnet-coverage-mcp"
      ]
    }
  }
}

README Excerpt

<!-- mcp-name: io.github.Hyeonu-Cha/dotnet-coverage-mcp --> An MCP (Model Context Protocol) server that gives AI assistants — Claude Code, Gemini CLI, and others — direct access to .NET test-coverage tooling. Run dotnet test, parse Cobertura XML, identify uncovered branches, diff coverage between runs, and append test code — all over stdio.

Tools (20)

AppendTestCodeCleanupSessionGetCoverageDiffGetCoverageSummaryGetFileCoverageGetSourceFilesGetUncoveredBranchesModelContextProtocolRunTestsWithCoveragecoberturaXmlPathcodeToAppendfilterforceRestoreincludeClassinsertAfterAnchorlineBudgetmaxAgeMinutesmethodNamepathsessionId

Topics

ai-toolsclaude-codecoberturacode-coveragecsharpdotnetmcpmcp-servermodel-context-protocoltesting