Codecov

Codecov MCP Connector for Claude

F

Manage test coverage and engineering metrics via Codecov — track coverage reports, monitor commit totals, and audit code quality directly from any AI agent.

8 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Codecov account to any AI agent and take full control of your test coverage and engineering insights through natural conversation. Streamline how you monitor software quality across your repositories natively.

What you can do

  • Repository Oversight — List and retrieve details for all repositories including their current coverage percentage natively
  • Commit Intelligence — Access aggregate coverage totals for specific commit SHAs to verify build health flawlessly
  • Report Hierarchy — Retrieve a hierarchical view of coverage reports matching your project's file structure flawlessly
  • Branch & Flag Logistics — Monitor coverage across different branches and custom flags to understand distribution securely
  • Developer Insights — Access your own user profile and core account metadata directly within your workspace flawlessly
  • integrated Visibility — Retrieve detailed repository metadata including service provider and owner information flawlessly

How it works

  1. Subscribe to this server
  2. Enter your Codecov Global API Token (obtained from Settings > Access)
  3. Start managing your test coverage from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Software Engineers — monitor coverage changes and audit specific file reports using natural language
  • Engineering Managers — review team coverage trends and repository health without opening the dashboard
  • DevOps Engineers — quickly look up commit coverage totals and verify build status straight from their chat interface
  • Quality Assurance — verify test completeness and monitor coverage flags across platforms
test-coveragecode-qualityci-cd-pipelinesoftware-testingcoverage-reportsautomated-testing

8 tools expose this connector's capabilities to your AI agent.

get_commit_coverage_totals

Retrieve aggregate coverage totals for a specific commit SHA

get_my_codecov_profile

Retrieve information about the authenticated user

get_repository_coverage_details

Get detailed coverage information for a specific repository

get_coverage_report_tree

Retrieve a hierarchical view of the coverage report matching the file structure

list_repository_branches

List all branches tracked in Codecov

list_repository_commits

List recent commits and their coverage status

list_coverage_flags

List all coverage flags defined for a repository

list_codecov_repositories

List all repositories associated with an owner

See how to talk to your AI agent using Codecov.

List all repositories for the organization 'vinkius' on GitHub.

Retrieving repositories for gh/vinkius... I found 5 items including 'core-api' (85.4% coverage), 'web-frontend' (92.1% coverage), and 'mcp-connectors' (78.0% coverage). Would you like to see the report tree for any of these?

What is the coverage for the latest commit in 'core-api'?

Checking coverage for the latest commit... SHA 'abc1234' has an overall coverage of 85.4%. It has 1,200 hits, 150 misses, and 50 partials. This matches the target threshold.

Show me the coverage report tree for 'web-frontend'.

Retrieving report tree for web-frontend... The project has excellent coverage overall (92.1%). The 'src/components' folder is at 95%, while 'src/utils' is slightly lower at 88%.

Yes! Use the `get_commit_coverage_totals` tool with the commit SHA. The agent will return the aggregate coverage percentage, hits, misses, and other metrics for that specific version of the code.

Related Connectors