gibil for Cline
io.github.alexikm/gibil
Spawns an ephemeral Ubuntu VM with project clone, shell exec, file I/O, and auto-destroy on TTL.
client:Cline
transport:stdio
runtime:npm
Install gibil in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs