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.
Gemini CLI
Connect Superjolt to Google's Gemini CLI as a remote MCP server, authenticated with OAuth. Available in every Gemini CLI session.
// Run in your terminal
gemini mcp add --transport http superjolt https://mcp.superjolt.com // or just tell your agent
Add Superjolt MCP at https://mcp.superjolt.comGemini CLI adds the server itself.
Other ways to add it
Exact prompt. Paste this into Gemini CLI:
Add the Superjolt MCP server to my Gemini CLI config. Edit ~/.gemini/settings.json and add an HTTP MCP server named "superjolt" at https://mcp.superjolt.com with OAuth enabled:
{ "mcpServers": { "superjolt": { "httpUrl": "https://mcp.superjolt.com", "oauth": { "enabled": true } } } }
Then start `gemini`; the first Superjolt tool call opens a browser to sign in.Step 1. OAuth is via dynamic discovery — the first Superjolt tool call opens a browser to sign in. If Gemini doesn’t prompt you, set it explicitly in ~/.gemini/settings.json:
{
"mcpServers": {
"superjolt": {
"httpUrl": "https://mcp.superjolt.com",
"oauth": { "enabled": true }
}
}
}Step 2. Start gemini and run /mcp to confirm Superjolt is connected.
No account needed up front. Superjolt provisions an account automatically on first connect — top up to start running VMs.