Cover image
Try Now
2025-03-10

Un servidor de protocolo de contexto modelo CodeCov

3 years

Works with Finder

1

Github Watches

1

Github Forks

3

Github Stars

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:

{
  "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:

npm run inspector

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

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • OffchainLabs
  • Implementación de la prueba de estaca Ethereum

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • deemkeen
  • Controle su MBOT2 con un combo de potencia: MQTT+MCP+LLM

    Reviews

    2 (1)
    Avatar
    user_ufOoWJcU
    2025-04-17

    Codecov-mcp is a fantastic tool for managing and visualizing code coverage. As an MCP application enthusiast, I find this product particularly useful for improving code quality and ensuring comprehensive test coverage. Stedwick has done an excellent job with this tool, making it user-friendly and efficient. Highly recommended for developers looking to enhance their testing workflow!