Description

Integrates with Codecov to retrieve code coverage metrics. Supports querying repository-level coverage statistics, commit-specific coverage data, and line-by-line file coverage. Works with both codecov.io and self-hosted Codecov instances through configurable base URLs.

Installation

git clone https://github.com/egulatee/mcp-server-codecov

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "codecov": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}