check for Grok
dev.getstub/check
Verify what an AI agent did for someone, and what commercial influence the operator disclosed.
client:Grok
transport:stdio
runtime:npm
Install check in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"check": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getstub/mcp-check"
],
"env": {
"STUB_REGISTRY": "<STUB_REGISTRY>"
}
}
}
}
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