gibil for Windsurf
io.github.alexikm/gibil
Spawns an ephemeral Ubuntu VM with project clone, shell exec, file I/O, and auto-destroy on TTL.
client:Windsurf
transport:stdio
runtime:npm
Install gibil in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs