Loading MCP server directory, please wait...
MCP server for querying Codecov coverage data with configurable URL support
npx @getmcp/cli add io.github.egulatee/codecovRequires Node.js 18+. Community-contributed server. Review source before installing.
CODECOV_TOKENCodecov API token for authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.egulatee/codecov": {
"command": "npx",
"args": [
"-y",
"mcp-server-codecov"
],
"env": {
"CODECOV_TOKEN": "",
"CODECOV_BASE_URL": ""
}
}
}
}