backgen for Grok
io.github.ibrahimkhaled19/backgen
Generate Express.js backend projects with ORMs, auth, payments, and DevOps
client:Grok
transport:stdio
runtime:npm
Install backgen in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"backgen": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ibrahimkhaled19/backgen"
]
}
}
}
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