Skip to main content
There are two complementary ways to connect VESSL Cloud to AI coding tools. Install the vesslctl skill so your agent can create workspaces, submit jobs, and manage volumes on your behalf. Connect the MCP server so your agent can look up commands, flags, and workflows directly from the docs while you work.

Install the vesslctl skill

The vesslctl skill command installs a bundled skill file that teaches AI coding agents (such as Claude Code, Codex, Gemini CLI, and Cursor) how to operate VESSL Cloud through vesslctl. Skills follow the Agent Skills open standard. Run it interactively and pick a target:
Available targets: Non-interactive install:
The command is idempotent — re-running it skips files that are already up to date. Once the skill is installed, the agent can act on VESSL Cloud without any further prompting. Try:
Create a GPU workspace on VESSL Cloud
For the full flag reference and the skill show subcommand, see vesslctl skill.

Connect the docs through MCP

Give your AI tool live access to VESSL Cloud docs so it can look up commands, flags, and workflows while you work. Connect this URL to any MCP-compatible AI tool:
The server exposes two tools:

Claude Code

Add the MCP server to your project’s CLAUDE.md or Claude Code settings:
Once connected, Claude Code can look up vesslctl commands, check available flags, and reference common workflows while helping you write scripts or debug issues.

Example CLAUDE.md for vesslctl projects

Cursor

  1. Open Settings
  2. Go to MCP Servers
  3. Add a new server with URL: https://docs.cloud.vessl.ai/mcp

Windsurf

  1. Open Settings
  2. Navigate to Cascade > MCP
  3. Add a new MCP server with URL: https://docs.cloud.vessl.ai/mcp

VS Code (with Copilot or Continue)

Add to your .vscode/mcp.json:

Other tools

Any tool that supports MCP can connect using the server URL. Check your tool’s documentation for how to add an MCP server, then use:
Each page in the VESSL Cloud docs has a Copy MCP link option in the context menu. Use this to share a direct MCP reference to a specific page with your AI tool.