AgentHubAgentHub

gibil

MCP ServerMCP Registry官方收录

io.github.AlexikM/gibil · v0.5.1

Spawns an ephemeral Ubuntu VM with project clone, shell exec, file I/O, and auto-destroy on TTL.

概览

gibil 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "gibil": {
      "command": "npx",
      "args": [
        "-y",
        "gibil"
      ]
    }
  }
}

环境变量

HETZNER_API_TOKEN可选secret

Required when targeting Hetzner. Get from console.hetzner.com > Security > API Tokens.

VULTR_API_KEY可选secret

Required when targeting Vultr. Get from my.vultr.com > Account > API. At least one provider token is required.

GITHUB_TOKEN可选secret

Optional. Used to clone private GitHub repos into the VM at boot via cloud-init.

GIBIL_API_KEY可选secret

Optional. Authenticates against gibil.dev for usage tracking and paid plans.

相关资源

统一 Manifest

{
  "id": "io.github.AlexikM/gibil",
  "type": "mcp-server",
  "version": "0.5.1",
  "displayName": "gibil",
  "description": "Spawns an ephemeral Ubuntu VM with project clone, shell exec, file I/O, and auto-destroy on TTL.",
  "repository": {
    "url": "https://github.com/AlexikM/gibil",
    "source": "github"
  },
  "homepage": "https://gibil.dev",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "gibil",
        "version": "0.5.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "HETZNER_API_TOKEN",
            "description": "Required when targeting Hetzner. Get from console.hetzner.com > Security > API Tokens.",
            "isSecret": true
          },
          {
            "name": "VULTR_API_KEY",
            "description": "Required when targeting Vultr. Get from my.vultr.com > Account > API. At least one provider token is required.",
            "isSecret": true
          },
          {
            "name": "GITHUB_TOKEN",
            "description": "Optional. Used to clone private GitHub repos into the VM at boot via cloud-init.",
            "isSecret": true
          },
          {
            "name": "GIBIL_API_KEY",
            "description": "Optional. Authenticates against gibil.dev for usage tracking and paid plans.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.AlexikM/gibil",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.AlexikM%2Fgibil/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
gibil — MCP Server 安装与配置 · AgentHub