How to Use the Daytona (Dev Workspaces) MCP in Claude Code
Manage ephemeral infrastructure from your terminal by giving Claude Code direct access to your Daytona environments.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Daytona (Dev Workspaces) MCP to Claude Code
Create your Vinkius account to connect Daytona (Dev Workspaces) to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless Operations via MCP Server
SREs don't want to click through web interfaces to manage dev environments. You pipe a command to Claude Code, and it runs `list_sandboxes` to audit running instances. It finds the stale workspaces and terminates them via `archive_sandbox` directly from your shell. This integration brings full infrastructure control to the command line. If a developer complains about a broken environment, your terminal agent executes `recover_sandbox` to fix the state, completely bypassing the GUI.
Automated CI/CD Workspace Provisioning
Pipeline automation gets much easier when your AI client can spin up environments on demand. Claude Code runs inside your GitHub Action, triggering `create_sandbox` to build an isolated container for end-to-end testing. State management is built right in. The agent creates a baseline using `create_snapshot` before running destructive database tests. If a test fails, it calls `activate_snapshot` to reset the environment for the next run, keeping your pipeline fast and reliable.
Storage and Key Administration
Provisioning persistent storage usually requires manual Terraform runs. Now your terminal agent calls `create_volume` to allocate space, verifies the allocation with `get_volume`, and mounts it to the active sandbox automatically. Security credentials get the same treatment. Claude Code audits your active tokens using `list_api_keys` and prunes compromised or expired credentials by invoking `delete_api_key`. Everything happens via headless execution in your terminal window.
Set up Daytona (Dev Workspaces) MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seedaytona-dev-workspaces-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Daytona (Dev Workspaces) transactions." It will automatically discover and invoke the available Daytona (Dev Workspaces) tools.
claude mcp add --transport http daytona-dev-workspaces-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Daytona (Dev Workspaces) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Daytona (Dev Workspaces) MCP today
We host it, we monitor it, we maintain it. You just paste one token.