readyorai for Grok
io.github.tedoneobichajavascript/readyorai
Zero-cost MCP server for local code inspection and best-practice recommendations
client:Grok
transport:stdio
runtime:npm
Install readyorai in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"readyorai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"readyorai"
]
}
}
}
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