io.github.egulatee/codecov✓
io.github.egulatee/codecov · v1.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.egulatee/codecov",
"description": "MCP server for querying Codecov coverage data with configurable URL support",
"repository": {
"url": "https://github.com/egulatee/mcp-server-codecov",
"source": "github"
},
"version": "1.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "mcp-server-codecov",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Codecov API token for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CODECOV_TOKEN"
},
{
"description": "Base URL for self-hosted Codecov instances (optional, defaults to https://codecov.io)",
"format": "string",
"name": "CODECOV_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}