SnapDeploy for Grok
io.github.somdip-2310/snapdeploy
Deploy and manage SnapDeploy apps from your AI assistant: builds, logs, env vars, add-ons, domains.
client:Grok
transport:stdio
runtime:npm
Install SnapDeploy in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"snapdeploy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@snapdeploy/mcp"
],
"env": {
"SNAPDEPLOY_API_KEY": "<SNAPDEPLOY_API_KEY>",
"SNAPDEPLOY_READ_ONLY": "<SNAPDEPLOY_READ_ONLY>"
}
}
}
}
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