Back to MCP Servers

VibeKit

Deploy and operate hosted web apps from Claude Code: ship a GitHub repo or starter template to a live URL, tail logs, set env vars, attach Postgres, and message each app's built-in coding agent. Hosted server at mcp.vibekit.bot (Bearer key). Distinct from the unrelated superagent-ai/vibekit sandbox SDK.

hostingdeploymentdevopsagentscommunity

Installation

claude mcp add --transport http vibekit https://mcp.vibekit.bot/mcp --header "Authorization: Bearer vk_your_api_key"

Configuration

{
  "mcpServers": {
    "vibekit": {
      "type": "http",
      "url": "https://mcp.vibekit.bot/mcp",
      "headers": {
        "Authorization": "Bearer vk_your_api_key"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub
View setup documentation