4,500+ servers built on MCP Fusion
Vinkius
Daytona (Dev Workspaces) logo
Vinkius
CrewAI logo

How to Use the Daytona (Dev Workspaces) MCP in CrewAI

Deploy specialized CrewAI agent teams to provision, test, and manage Daytona dev environments autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Daytona (Dev Workspaces) MCP on Cursor AI Code Editor MCP Client Daytona (Dev Workspaces) MCP on Claude Desktop App MCP Integration Daytona (Dev Workspaces) MCP on OpenAI Agents SDK MCP Compatible Daytona (Dev Workspaces) MCP on Visual Studio Code MCP Extension Client Daytona (Dev Workspaces) MCP on GitHub Copilot AI Agent MCP Integration Daytona (Dev Workspaces) MCP on Google Gemini AI MCP Integration Daytona (Dev Workspaces) MCP on Lovable AI Development MCP Client Daytona (Dev Workspaces) MCP on Mistral AI Agents MCP Compatible Daytona (Dev Workspaces) MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Daytona (Dev Workspaces) MCP to CrewAI

Create your Vinkius account to connect Daytona (Dev Workspaces) to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-Agent Environment Provisioning

Let a QA agent and a DevOps agent collaborate to prepare test environments. The DevOps agent calls `create_sandbox` to spin up the workspace, while the QA agent monitors the build status. Once the environment is ready, the QA agent uses `get_sandbox_preview_url` to run integration tests against the live port. If tests fail, the agents work together to diagnose the issue without human intervention.

Autonomous Sandbox Lifecycle Management via MCP Server

Deploy a moderator agent to keep your cloud spend down. This agent periodically calls `list_sandboxes` to check for inactive workspaces and automatically shuts them down using `stop_sandbox`. If a developer needs their workspace back, they ask the assistant, which triggers `start_sandbox` to wake it up. This MCP Server setup ensures you never leave expensive sandboxes running overnight.

Automated Snapshot and Archive Crews

Set up a dedicated backup crew that monitors your active development environments. The crew uses `create_snapshot` to capture daily progress and archives old work using `archive_sandbox`. If an environment gets corrupted, the recovery agent steps in, runs `recover_sandbox`, and restores the latest snapshot. It keeps your development team moving without manual infrastructure troubleshooting.

Setup guide

Set up Daytona (Dev Workspaces) MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Daytona (Dev Workspaces) tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Daytona (Dev Workspaces) Analyst",
    goal="Access and analyze Daytona (Dev Workspaces) data via MCP.",
    backstory="Expert analyst with direct Daytona (Dev Workspaces) access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Daytona (Dev Workspaces) transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 CrewAI

Pass your Vinkius Daytona endpoint URL directly into the agent's `mcps` list during initialization. CrewAI automatically discovers and configures all 28 tools for the agent over the MCP connection.
Yes. Because tools like `get_sandbox` return standard JSON metadata, your developer agent can pass the sandbox ID to your tester agent through CrewAI's shared memory.
Use the `tool_filter` option in `MCPServerHTTP` to restrict access. You can hide destructive tools like `delete_sandbox` while exposing safe tools like `start_sandbox` and `stop_sandbox` to your MCP agent.
Yes. You can define a sequential process where Agent A creates the workspace, Agent B configures the volume, and Agent C runs the test suite.
Vinkius executes all Daytona tool calls inside isolated, secure V8 sandboxes. Your raw source code and environment variables are never cached or stored on Vinkius servers, ensuring strict data privacy for your MCP integrations.

Start using the Daytona (Dev Workspaces) MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 28 tools

We've already built the connector for Daytona (Dev Workspaces). Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 28 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.