← Index

io.github.egulatee/codecov

io.github.egulatee/codecov·v1.1.0·Other
Quality Score
78
/100

MCP server for querying Codecov coverage data with configurable URL support

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "codecov": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-codecov"
      ],
      "env": {
        "CODECOV_TOKEN": "<your-codecov_token>",
        "CODECOV_BASE_URL": "<codecov_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "codecov": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-codecov"
      ],
      "env": {
        "CODECOV_TOKEN": "<your-codecov_token>",
        "CODECOV_BASE_URL": "<codecov_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-server-codecov
§02  Environment variables
CODECOV_TOKEN
requiredsecret

Codecov API token for authentication

CODECOV_BASE_URL

Base URL for self-hosted Codecov instances (optional, defaults to https://codecov.io)

§03  MCP Quality Score  ·  methodology
freshness
18
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other