gibil for Claude Desktop
io.github.alexikm/gibil
Spawns an ephemeral Ubuntu VM with project clone, shell exec, file I/O, and auto-destroy on TTL.
client:Claude Desktop
transport:stdio
runtime:npm
Install gibil in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gibil": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs