Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Codecov Mcp

    A Codecov Model Context Protocol server

    5 stars
    JavaScript
    Updated Sep 9, 2025
    codecov
    mcp
    mcp-server

    Table of Contents

    • Features
    • Resources
    • Tools
    • Prompts
    • Installation
    • Debugging
    • Development

    Table of Contents

    • Features
    • Resources
    • Tools
    • Prompts
    • Installation
    • Debugging
    • Development

    Documentation

    Codecov MCP Server

    A Codecov Model Context Protocol server in TypeScript.

    • Tools for finding where your codebase is lacking tests.
    • Prompts for suggesting which tests to write.

    Features

    Resources

    • None yet

    Tools

    • get_commit_coverage_totals - Returns the coverage totals for a given commit and the

    coverage totals broken down by file. Uses this api.

    Prompts

    • suggest_tests - Suggests tests to write based on Codecov report.

    Installation

    Usage: Ask your AI agent to "run the get_commit_coverage_totals tool" in your chat.

    Configure: No need to install anything, just run with npx and put in your Codecov API key from here - Go to Settings -> Access.

    And git url: git remote get-url origin

    Cursor command: npx -y codecov-mcp-server --api-key XXX --git-url XXX

    (On Windows) Cursor command: cmd.exe /c npx -y codecov-mcp-server --api-key XXX --git-url XXX

    To use with Claude (or any AI), add the server config:

    json
    {
      "mcpServers": {
        "codecov-mcp-server": {
          "command": "npx",
          "args": [
            "-y",
            "codecov-mcp-server",
          ],
          "env": {
            "CODECOV_API_KEY": "XXX",
            "GIT_URL": "XXX"
          }
        }
      }
    }

    Debugging

    Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

    bash
    npm run inspector

    The Inspector will provide a URL to access debugging tools in your browser.

    Development

    Install dependencies:

    bash
    npm install

    Build the server:

    bash
    npm run build

    For development with auto-rebuild:

    bash
    npm run watch

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • KI

      Kill Process Mcp

      Python·
      9
    • MC

      Mcpjungle

      Go·
      617
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • KI

      Kill Process Mcp

      Python·
      9
    • MC

      Mcpjungle

      Go·
      617
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k