Developer Tools
Trust: 37/100 (Limited)io.github.egulatee/codecov Guide
MCP server for querying Codecov coverage data with configurable URL support
1 starsby egulatee
Quick Start
Install
npx mcp-server-codecovClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-egulatee-codecov": {
"command": "npx",
"args": [
"mcp-server-codecov"
]
}
}
}