TestCoverageMcpServer

Hyeonu-Cha/TestCoverageMcpServer
★ 0 stars C# 🤖 AI/LLM Updated 1d ago
An MCP (Model Context Protocol) server that exposes .NET code coverage tooling as callable tools for AI assistants such as Claude Code or Gemini CLI
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "testcoveragemcpserve": {
      "command": "npx",
      "args": [
        "-y",
        "Hyeonu-Cha/TestCoverageMcpServer"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that exposes .NET code coverage tooling as callable tools for AI assistants such as Claude Code or Gemini CLI. This server lets an AI assistant run unit tests, collect coverage data, and analyse results — all without leaving the chat. Instead of manually running `dotnet test` and parsing reports, the AI can call the server's tools directly to:

Tools (20)

AppendTestCodeGetCoverageDiffGetCoverageSummaryGetFileCoverageGetSourceFilesGetUncoveredBranchesModelContextProtocolRunTestsWithCoveragecoberturaXmlPathcodeToAppendfilterforceRestoreinsertAfterAnchorlineBudgetmethodNamepathsessionIdsourceFileNamesummaryJsonPathtestFilePath