Loading MCP server directory, please wait...
MCP server for Superserve sandboxes: create, exec, and manage Firecracker microVMs
npx @getmcp/cli add io.github.superserve-ai/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SUPERSERVE_API_KEYSuperserve API key (starts with ss_live_). Create one at https://console.superserve.ai.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.superserve-ai/mcp": {
"command": "npx",
"args": [
"-y",
"@superserve/mcp"
],
"env": {
"SUPERSERVE_API_KEY": "",
"SUPERSERVE_BASE_URL": "https://api.superserve.ai"
}
}
}
}