codecov for Grok
io.github.egulatee/codecov
MCP server for querying Codecov coverage data with configurable URL support
client:Grok
transport:stdio
runtime:npm
Install codecov in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"codecov": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-codecov"
],
"env": {
"CODECOV_TOKEN": "<CODECOV_TOKEN>",
"CODECOV_BASE_URL": "<CODECOV_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs