Superserve MCP Server

Persistent and secure sandboxes for AI Agents, powered by Firecracker microVMs. Visit superserve.ai or jump straight into the docs.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 454 · #45 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Superserve

before you install - you'll need

Set SUPERSERVE_API_KEY before connecting.

Claude Code

claude mcp add superserve-ai-superserve --transport http https://mcp.superserve.ai

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "superserve-ai-superserve": {
      "url": "https://mcp.superserve.ai"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.superserve.ai

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.superserve.ai

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

npm package @superserve/mcp - the @superserve scope differs from the repo owner (superserve-ai); confirm it's the project's official package

registry namespace io.github.superserve-ai is GitHub-verified and matches the repo owner

03 · What Superserve can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.0 · 2026-03-01

What's new · Session resume: New superserve resume command to resume previous sessions with full context · @app.session SDK: Session decorator for building multi-turn agents with persistent state · Zero-config deploy…

v1.0.2 · 2026-02-24

npm package name updated

v1.0.0 · 2026-02-23

setup basic dependencies and scaffolding · Agent session, adapter, and langgraph adapter w/ demo · enable lint and unit tests in CI · lint and typing errors · small typo fix in README · code interpreter sandbox · token…

04 · Who maintains Superserve

Superserve is maintained by superserve-ai. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
other - ranked #45 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.superserve-ai/mcp (active, first published 2026-06-30 · 4 versions)
packages
npm:@superserve/mcp

06 · Superserve FAQ

What is Superserve?

Persistent and secure sandboxes for AI Agents, powered by Firecracker microVMs. Visit superserve.ai or jump straight into the docs.

Is Superserve still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21. We re-verify nightly.

How do I install Superserve?

Run `npx -y @superserve/mcp`. The README documents one environment variable (SUPERSERVE_API_KEY) to set first. Set SUPERSERVE_API_KEY before connecting. You can also paste the ready-made client config above.

Does Superserve require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Superserve