Skip to main content

What is SuperBox?

SuperBox is an open marketplace for Model Context Protocol (MCP) servers. Discover vetted MCP servers, run them in isolated Cloudflare Workers sandboxes, and connect them to your AI client in one command. Key features:
  • Centralized registry - one place to find and publish MCP servers
  • 5-step security pipeline - SonarCloud, tool discovery, Snyk, GitGuardian, and Bandit validation before any server enters the registry
  • Sandboxed execution - Cloudflare Durable Objects isolate every session
  • One-command integration - superbox pull writes the right config for your AI client

Platform components

Frontend

Next.js 16 + React 19

Backend

Go REST API + Python CLI

CLI

Publish, test, and configure from the terminal

Quick start

# Install CLI
pip install superbox

# Authenticate
superbox auth login

# Initialize server metadata
superbox init

# Publish with security scan
superbox push

# Configure AI client
superbox pull --name my-mcp-server --client cursor
Complete quickstart guide

Technology stack

  • Next.js 16 + React 19
  • TypeScript 5
  • Tailwind CSS 4
  • Framer Motion

Next steps

Quickstart

Get running in 5 minutes

Architecture

How the system is built

API docs

REST API reference

CLI docs

All CLI commands

MCP Servers

Learn about MCPs

Security

Security pipeline