Magic Cloud for Grok
io.github.polterguy/magic
Generate secured CRUD APIs over your database, run SQL, manage files, tasks and a headless browser
client:Grok
transport:stdio
runtime:oci
Install Magic Cloud in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"magic": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/servergardens/magic-aio:v23.6.0"
],
"env": {
"magic_host": "<magic_host>"
}
}
}
}
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