Skip to content
Cursor

codecov for Cursor

io.github.egulatee/codecov

MCP server for querying Codecov coverage data with configurable URL support

client:Cursor transport:stdio runtime:npm

Install codecov in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codecov": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-codecov"
      ],
      "env": {
        "CODECOV_TOKEN": "<CODECOV_TOKEN>",
        "CODECOV_BASE_URL": "<CODECOV_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

codecov in other clients