code auditor mcp for Grok
io.github.benahammond/code-auditor-mcp
Code Quality Auditor: Analyze code for SOLID principles, DRY violations, and more
client:Grok
transport:stdio
runtime:npm
Install code auditor mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"code-auditor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"code-auditor-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