io.github.Hyeonu-Cha/dotnet-coverage-mcp MCP Server
io.github.Hyeonu-Cha/dotnet-coverage-mcp
What is the io.github.Hyeonu-Cha/dotnet-coverage-mcp MCP server?
MCP server for .NET coverage: run tests, parse Cobertura, find uncovered branches, append tests.
How to install io.github.Hyeonu-Cha/dotnet-coverage-mcp
Copy-paste configuration for popular MCP clients.
COVERAGE_MCP_ALLOWED_ROOTRestrict every tool's filesystem access to this subtree. Recommended for shared environments. When unset, the server logs a warning and accepts any path.
COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MSOverride the dotnet test timeout in milliseconds. Default: 600000 (10 minutes).
{
"mcpServers": {
"dotnet-coverage-mcp": {
"command": "dnx",
"args": [
"dotnet-coverage-mcp"
],
"env": {
"COVERAGE_MCP_ALLOWED_ROOT": "<YOUR_COVERAGE_MCP_ALLOWED_ROOT>",
"COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS": "<YOUR_COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"dotnet-coverage-mcp": {
"command": "dnx",
"args": [
"dotnet-coverage-mcp"
],
"env": {
"COVERAGE_MCP_ALLOWED_ROOT": "<YOUR_COVERAGE_MCP_ALLOWED_ROOT>",
"COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS": "<YOUR_COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"dotnet-coverage-mcp": {
"command": "dnx",
"args": [
"dotnet-coverage-mcp"
],
"env": {
"COVERAGE_MCP_ALLOWED_ROOT": "<YOUR_COVERAGE_MCP_ALLOWED_ROOT>",
"COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS": "<YOUR_COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS>"
}
}
}
}{
"servers": {
"dotnet-coverage-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"dotnet-coverage-mcp"
],
"env": {
"COVERAGE_MCP_ALLOWED_ROOT": "<YOUR_COVERAGE_MCP_ALLOWED_ROOT>",
"COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS": "<YOUR_COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS>"
}
}
}
}claude mcp add dotnet-coverage-mcp --env COVERAGE_MCP_ALLOWED_ROOT=<YOUR_COVERAGE_MCP_ALLOWED_ROOT> --env COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS=<YOUR_COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS> -- dnx dotnet-coverage-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.