dotnet coverage mcp for Grok
io.github.hyeonu-cha/dotnet-coverage-mcp
MCP server for .NET coverage: run tests, parse Cobertura, find uncovered branches, append tests.
client:Grok
transport:stdio
runtime:nuget
Install dotnet coverage mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dotnet-coverage-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs