This MCP server provides tools for querying Codecov coverage data, supporting both codecov.io and self-hosted instances with configurable URL endpoints.
From the registry: MCP server for querying Codecov coverage data with configurable URL support
Please install the `codecov` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Codecov API token** — Create an API token (NOT an upload token) from Codecov: avatar → Settings → Access → Generate Token. (https://codecov.io)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@egulatee/mcp-codecov"]
- required environment variables:
- `CODECOV_TOKEN`: Codecov API token (not upload token). (example: `<your-codecov-api-token>`)
- optional environment variables:
- `CODECOV_BASE_URL`: Codecov instance URL (defaults to https://codecov.io). Use HTTPS only. (example: `https://codecov.io`)
Note: Currently supports GitHub repositories. Docker image at ghcr.io/egulatee/mcp-server-codecov also available.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CODECOV_TOKENrequiredAPI token for accessing coverage data from Codecov.CODECOV_BASE_URLConfigurable URL for the Codecov instance.Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
Validate oh-my-posh configurations and segment snippets against the official schema.