mendapi for Grok
com.mendapi/mendapi
Detect API breaking changes, scan your codebase for impact, and draft the fix. Runs locally.
client:Grok
transport:stdio
runtime:npm
Install mendapi in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mendapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mendapi"
]
}
}
}
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