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
By VibeKit
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
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes