coverage gate lint for Grok
io.github.jmshinhwa/coverage-gate-lint
Finds the coverage gates in your repo that can never fail a build
client:Grok
transport:stdio
runtime:npm
Install coverage gate lint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"coverage-gate-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/coverage-gate-lint"
]
}
}
}
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