Loading MCP server directory, please wait...
Spawns an ephemeral Ubuntu VM with project clone, shell exec, file I/O, and auto-destroy on TTL.
npx @getmcp/cli add io.github.AlexikM/gibilRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AlexikM/gibil": {
"command": "npx",
"args": [
"mcp",
"-y",
"gibil"
],
"env": {
"HETZNER_API_TOKEN": "",
"VULTR_API_KEY": "",
"GITHUB_TOKEN": "",
"GIBIL_API_KEY": ""
}
}
}
}