There are two complementary ways to connect VESSL Cloud to AI coding tools. Install theDocumentation Index
Fetch the complete documentation index at: https://docs.cloud.vessl.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Thevesslctl 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:
| Target | Default directory | Works with |
|---|---|---|
cross-client | ~/.agents/skills | Codex, Gemini CLI, Cursor, and other Agent-Skills-compatible agents |
claude-code | ~/.claude/skills | Claude Code (native) |
Create a GPU workspace on VESSL CloudFor 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:| Tool | Description |
|---|---|
search_vessl_ai | Search across all VESSL Cloud documentation for relevant content |
query_docs_filesystem_vessl_ai | Run shell-like commands (rg, grep, cat, head, tree, ls) on a virtual filesystem of VESSL Cloud docs to inspect structure and read specific pages |
Claude Code
Add the MCP server to your project’sCLAUDE.md or Claude Code settings:
vesslctl commands, check available flags, and reference common workflows while helping you write scripts or debug issues.
Example CLAUDE.md for vesslctl projects
Cursor
- Open Settings
- Go to MCP Servers
- Add a new server with URL:
https://docs.cloud.vessl.ai/mcp
Windsurf
- Open Settings
- Navigate to Cascade > MCP
- 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:
