Test Intel for Grok
io.github.barissozudogru/test-intel
Coverage analysis, untested function detection and complexity scoring for TS and JS.
client:Grok
transport:stdio
runtime:npm
Install Test Intel in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"test-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@barissozudogru/test-intel-mcp"
]
}
}
}
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