gibil for Grok
io.github.alexikm/gibil
Spawns an ephemeral Ubuntu VM with project clone, shell exec, file I/O, and auto-destroy on TTL.
client:Grok
transport:stdio
runtime:npm
Install gibil in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gibil": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gibil"
],
"env": {
"HETZNER_API_TOKEN": "<HETZNER_API_TOKEN>",
"VULTR_API_KEY": "<VULTR_API_KEY>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"GIBIL_API_KEY": "<GIBIL_API_KEY>"
}
}
}
}
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