gibil for Cursor
io.github.alexikm/gibil
Spawns an ephemeral Ubuntu VM with project clone, shell exec, file I/O, and auto-destroy on TTL.
client:Cursor
transport:stdio
runtime:npm
Install gibil in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs