← Discover MCPs and Agents
v
MCPAI & MLGitHub

vibekit

Run Claude Code, Gemini, Codex — or any coding agent — in a clean, isolated sandbox with sensitive data redaction and observability baked in.

Links

README

From the repo.

VibeKit is the safety layer for your coding agent 🖖

Run Claude Code, Gemini, Codex — or any coding agent — in a clean, isolated sandbox with sensitive data redaction and observability baked in.


Website • Docs • Discord


🚀 Quick Start

Install the VibeKit CLI globally:

npm install -g vibekit

Run claude code with enhanced security and tracking

vibekit claude

⚡️ Key Features

🐳 Local sandbox - Runs agent output in isolated Docker containers — zero risk to your local setup

🔒 Built-in redaction - Auto-removes secrets, api keys, and other sensitive data completions

📊 Observability - Complete visibility into agent operations with real-time logs, traces, and metrics

🌐 Universal agent support - Works with Claude Code, Gemini CLI, Grok CLI, Codex CLI, OpenCode, and more

💻 Works offline & locally - No cloud dependencies or internet required — works entirely on your machine

📦 Related Packages

Looking to integrate VibeKit into your application? Check out these packages:

📚 VibeKit SDK

Run coding agents in secure sandboxes with full control and monitoring.

npm install @vibe-kit/sdk

Perfect for building applications that need to execute AI-generated code safely.

🔐 VibeKit Auth

Use your MAX subscriptions in AI Apps.

npm install @vibe-kit/auth

Handle authentication flows for your VibeKit-powered applications.

🤝 Contributing

Contributions welcome! Open an issue, start a discussion, or submit a pull request.

📄 License

MIT — see LICENSE for details.

© 2025 Superagent Technologies Inc.

Collected info

  • ★ 1,859 stars
  • ⎇ 251 forks
  • Language: TypeScript
  • Source updated: 9/24/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.