One install. Every tool.
Pick your client below for the exact install instructions. Once connected, your agent can spin up VMs, attach domains, take snapshots — all as native tools.
Cline
Wire Superjolt into Cline’s MCP servers. Add it as a remote server with the URL — no local install, Cline connects over HTTP.
Open Cline’s MCP Servers panel, switch to the Remote tab, give it a name, and paste the server URL:
https://mcp.superjolt.com // or just tell your agent
Add Superjolt MCP at https://mcp.superjolt.comCline adds the server itself.
Other ways to add it
Exact prompt. Paste this into Cline:
Add Superjolt as a remote MCP server in my Cline config. Open the cline_mcp_settings.json file (the path is shown in VS Code under gear icon → MCP Servers → Edit Config) and merge in:
{ "mcpServers": { "superjolt": { "type": "http", "url": "https://mcp.superjolt.com" } } }
Don't replace existing servers — merge into the mcpServers object.Step 1. Prefer the config file? Open Cline’s MCP settings (gear icon → MCP Servers → Edit Config) and add:
{
"mcpServers": {
"superjolt": {
"type": "http",
"url": "https://mcp.superjolt.com"
}
}
}Step 2. Save and Cline connects.
No account needed up front. Superjolt provisions an account automatically on first connect — top up to start running VMs.