Agentโ™ฅ๏ธŽAge
Catalog

Superserve

OfficialLive

by superserve-ai ยท TypeScript

MCP server for Superserve sandboxes: create, exec, and manage Firecracker microVMs

This Model Context Protocol (MCP) server provides functionality for Superserve sandboxes: it creates, runs commands inside, and manages isolated Firecracker microVMs. It is intended to be used by any MCP client, including Claude, Cursor, VS Code, Windsurf, and Codex, over a local stdio connection.

๐Ÿ› ๏ธ Key Features

  • MCP server for Superserve sandboxes
  • Create, run commands in, and manage isolated Firecracker microVMs
  • Runs locally over stdio via npx
  • Authenticates with your Superserve API key
  • Targets a sandbox per call by id

๐Ÿš€ Use Cases

  • Execute commands within an isolated Firecracker microVM from an MCP client
  • Manage per-call sandbox instances using a sandbox id

โšก Developer Benefits

  • Integrates with multiple MCP clients (Claude, Cursor, VS Code, Windsurf, Codex)
  • Requires setting SUPERSERVE_API_KEY in the client environment (clients do not inherit it from your shell)

โš ๏ธ Limitations

  • Must set SUPERSERVE_API_KEY in the MCP client env; it is not taken from the current shell
  • Requires a sandbox id for targeting per call

Related servers

More in Cloud & DevOps