parbaked for Grok
io.github.saml7n/parbaked
Scaffold invite-only Python/FastAPI apps: auth, admin dashboard, dev server, deploy to fly.io.
client:Grok
transport:stdio
runtime:pypi
Install parbaked in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"parbaked": {
"type": "stdio",
"command": "uvx",
"args": [
"parbaked"
]
}
}
}
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