Skip to content
Gemini CLI

codecov for Gemini CLI

io.github.egulatee/codecov

MCP server for querying Codecov coverage data with configurable URL support

client:Gemini CLI transport:stdio runtime:npm

Install codecov in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

codecov in other clients