Superserve
MCP server for Superserve sandboxes: create, exec, and manage Firecracker microVMs
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.superserve.ai Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http superserve https://mcp.superserve.ai --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"superserve": {
"url": "https://mcp.superserve.ai",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationrequired secret — Bearer token — your Superserve API key, e.g. 'Bearer ss_live_...'.
Package (npm 0.1.3)
npx -y @superserve/mcp@0.1.3
Or add to your MCP client config:
{
"mcpServers": {
"superserve": {
"command": "npx",
"args": [
"-y",
"@superserve/mcp@0.1.3"
],
"env": {
"SUPERSERVE_API_KEY": "<YOUR_VALUE>",
"SUPERSERVE_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
SUPERSERVE_API_KEYrequired secret — Superserve API key (starts with ss_live_). Create one at https://console.superserve.ai.SUPERSERVE_BASE_URL— Override the Superserve control-plane API base URL. Defaults to https://api.superserve.ai.
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry