
Codecov
Let your coding agent pull Codecov coverage reports and trends without leaving the chat while you harden releases.
Overview
io.github.egulatee/codecov is a MCP server for the Ship phase that lets agents query Codecov coverage data using your API token and an optional self-hosted base URL.
What is this MCP server?
- Queries Codecov coverage data through MCP tools with a CODECOV_TOKEN
- Supports self-hosted Codecov via optional CODECOV_BASE_URL (defaults to codecov.io)
- stdio npm package mcp-server-codecov v1.1.0 for Claude Code, Cursor, and compatible agents
- Configurable base URL for enterprise or self-hosted Codecov deployments
Community signal: 4 GitHub stars.
What problem does it solve?
You have coverage in Codecov but explaining gaps or trends to your agent means copying screenshots or JSON by hand.
Who is it for?
Indie builders who already upload CI coverage to Codecov and want the agent to reason over live coverage metrics.
Skip if: Teams without Codecov, or anyone who needs the agent to run tests or generate coverage locally without Codecov upload.
What do I get? / Deliverables
After install, your agent can fetch Codecov-backed coverage context to guide test fixes and release decisions in one thread.
- Agent-accessible Codecov coverage queries for your repos
- Support for cloud or self-hosted Codecov base URL
- stdio MCP wiring for local agent sessions
Recommended MCP Servers
Journey fit
How it compares
Codecov read API bridge via MCP, not a local coverage runner or full test harness skill.
Common Questions / FAQ
Who is io.github.egulatee/codecov for?
Solo builders and small teams using Codecov on GitHub-style repos who want Claude Code, Cursor, or Codex to read coverage data during reviews.
When should I use io.github.egulatee/codecov?
Use it in the ship and testing phase when you are checking PR coverage, chasing regressions, or preparing a release quality summary.
How do I add io.github.egulatee/codecov to my agent?
Register the stdio MCP server mcp-server-codecov from npm, set CODECOV_TOKEN, optionally CODECOV_BASE_URL, then enable it in your agent MCP config.