Give your agent real compute.

The Superjolt skill teaches your agent when to reach for real cloud VMs — so when you say "deploy this", "host this", or "spin up a database", it provisions a VM on its own, then tears it down when the work is done. One install, works in any agent.

// one command, any agent
npx skills add getsuperjolt/skill

Drops the skill into Claude Code, Cursor, and other agents you have installed. Pair it with the MCP server below for the live tools.

// claude code — one step, skill + tools
/plugin marketplace add getsuperjolt/skill /plugin install superjolt@getsuperjolt

Installs the skill and wires up the Superjolt MCP server together, so your agent has both the instructions and the tools.

No account needed up front. Superjolt provisions an account automatically on first connect — top up to start running VMs. The skill is open source.

Or connect the MCP server directly.

The skill points at Superjolt's MCP server — that's where the tools live (create_vm, add_domain, open_port, …). Pick your client for the exact one-line setup, or add it anywhere with:

claude mcp add --transport http superjolt https://mcp.superjolt.com

That's the whole setup.

Ask your agent to deploy something. Within seconds it's running on a real VM.

Read the docs