superserve
Sandbox infrastructure for AI Agents
Documentation
Getting Started
Visit superserve.ai or jump straight into the docs.
Structure
apps/
console/ # Sandbox dashboard (Next.js 16, App Router)
ui-docs/ # UI component docs (Vite)
packages/
cli/ # TypeScript CLI (@superserve/cli)
python-sdk/ # Python SDK (superserve on PyPI)
sdk/ # TypeScript SDK (@superserve/sdk)
ui/ # Shared UI components (@superserve/ui)
typescript-config/ # Shared tsconfig presets
tailwind-config/ # Shared Tailwind config
docs/ # Mintlify documentation site
tests/ # SDK end-to-end testsMonorepo managed with Bun workspaces, Turborepo, and uv workspaces.
Setup
bun install # install all JS/TS dependencies
uv sync # install all Python dependenciesDevelopment
bun run dev # start all dev servers
bun run build # build all packages
bun run lint # lint all packages
bun run format # format all files
bun run typecheck # type check all packages
bun run test # unit/integration testsFor more (per-package targets, dependency management, etc.), see CONTRIBUTING.md.
SDKs
- TypeScript: `@superserve/sdk` — `bun add @superserve/sdk`
- Python: `superserve` — `uv add superserve`
Full reference at docs.superserve.ai.
Testing
bun run test # unit tests (no credentials)
SUPERSERVE_API_KEY=ss_live_... bun run test:e2e # e2e against stagingFor environment overrides and single-language runs, see CONTRIBUTING.md.
Releasing
See RELEASING.md for publishing the SDKs to npm and PyPI.
Contributing
Contributions welcome — see CONTRIBUTING.md for guidelines.
License
Apache License 2.0 — see LICENSE.
Where to find us
Frequently asked questions
What is superserve?
superserve is Sandbox infrastructure for AI Agents
How do I install superserve?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is superserve open source?
Yes — it is hosted on GitHub at https://github.com/superserve-ai/superserve and has 457 stars.
Related MCP tools
MCP server helping models to understand your Vite/Nuxt app better.
Allow AI to wade through complex OpenAPIs using Simple Language
gcloud MCP server
An MCP server to run AppleScript and JXA (JavaScript for Automation) to macOS.
An MCP server for interacting with Sentry via LLMs.
Per-component Internationalisation solution for JS application. Type-Safe. Translate with AI. Edit Visually.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP