mcp probe for Grok
io.github.incultnitollc/mcp-probe
Inspect and score any MCP server 0-100 on publishability, schema and protocol before publish.
client:Grok
transport:stdio
runtime:npm
Install mcp probe in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-probe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@incultnitollc/mcp-probe"
]
}
}
}
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