codemore for Grok
io.github.abhinavteja123/codemore
The static analyzer your AI agent reads — fix-ready, machine-readable scan reports over MCP.
client:Grok
transport:stdio
runtime:npm
Install codemore in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"codemore": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codemore"
]
}
}
}
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