prodlint for Grok
io.github.prodlint/prodlint
Production readiness for vibe-coded apps. 52 checks for security, reliability, and performance.
client:Grok
transport:stdio
runtime:npm
Install prodlint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"prodlint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"prodlint-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