What is the io.github.AlexikM/gibil MCP server?
Spawns an ephemeral Ubuntu VM with project clone, shell exec, file I/O, and auto-destroy on TTL.
How to install io.github.AlexikM/gibil
Copy-paste configuration for popular MCP clients.
HETZNER_API_TOKENsecretRequired when targeting Hetzner. Get from console.hetzner.com > Security > API Tokens.
VULTR_API_KEYsecretRequired when targeting Vultr. Get from my.vultr.com > Account > API. At least one provider token is required.
GITHUB_TOKENsecretOptional. Used to clone private GitHub repos into the VM at boot via cloud-init.
GIBIL_API_KEYsecretOptional. Authenticates against gibil.dev for usage tracking and paid plans.
{
"mcpServers": {
"gibil": {
"command": "npx",
"args": [
"-y",
"gibil",
"mcp"
],
"env": {
"HETZNER_API_TOKEN": "<YOUR_HETZNER_API_TOKEN>",
"VULTR_API_KEY": "<YOUR_VULTR_API_KEY>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GIBIL_API_KEY": "<YOUR_GIBIL_API_KEY>"
}
}
}
}{
"mcpServers": {
"gibil": {
"command": "npx",
"args": [
"-y",
"gibil",
"mcp"
],
"env": {
"HETZNER_API_TOKEN": "<YOUR_HETZNER_API_TOKEN>",
"VULTR_API_KEY": "<YOUR_VULTR_API_KEY>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GIBIL_API_KEY": "<YOUR_GIBIL_API_KEY>"
}
}
}
}{
"mcpServers": {
"gibil": {
"command": "npx",
"args": [
"-y",
"gibil",
"mcp"
],
"env": {
"HETZNER_API_TOKEN": "<YOUR_HETZNER_API_TOKEN>",
"VULTR_API_KEY": "<YOUR_VULTR_API_KEY>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GIBIL_API_KEY": "<YOUR_GIBIL_API_KEY>"
}
}
}
}{
"servers": {
"gibil": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gibil",
"mcp"
],
"env": {
"HETZNER_API_TOKEN": "<YOUR_HETZNER_API_TOKEN>",
"VULTR_API_KEY": "<YOUR_VULTR_API_KEY>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GIBIL_API_KEY": "<YOUR_GIBIL_API_KEY>"
}
}
}
}claude mcp add gibil --env HETZNER_API_TOKEN=<YOUR_HETZNER_API_TOKEN> --env VULTR_API_KEY=<YOUR_VULTR_API_KEY> --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> --env GIBIL_API_KEY=<YOUR_GIBIL_API_KEY> -- npx -y gibil mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.