Connect Your AI Agent with Daytona for Slack

Integrate Daytona MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
Daytona
Daytona
Secure and Elastic Infrastructure for Running Your AI-Generated Code.

Categories

Developer Tools

Available Tools

Tools that your AI agent can use through this MCP server to interact with Daytona

Wait Until Stopped

Wait for Sandbox to reach 'stopped' state. See the documentation

Stop Sandbox

Stop a sandbox on Daytona. See the documentation

Start Sandbox

Start a sandbox on Daytona. See the documentation

Run Command

Execute a shell command in a Daytona sandbox. See the documentation

Run Code

Execute code in a Daytona sandbox using the appropriate language runtime. Supports Python, TypeScript, and JavaScript. See the documentation

Revoke SSH Access

Revoke SSH access for a sandbox on Daytona. See the documentation

List Snapshots

Lists snapshots on Daytona. See the documentation

List Sandboxes

Lists sandboxes on Daytona. See the documentation

Get Sandbox

Get a sandbox on Daytona. See the documentation

Get Preview Link

Get a preview URL for a service running on a specific port in a Daytona sandbox. Useful for accessing web servers, APIs, or other HTTP services running inside the sandbox. See the documentation

Delete Sandbox

Deletes a sandbox on Daytona. This action is irreversible and all data in the sandbox will be lost. See the documentation

Create SSH Access

Create SSH access for a sandbox on Daytona. See the documentation

Create Sandbox

Creates a new sandbox on Daytona. Provide a Snapshot to create from a pre-built template, an Image to create from a custom Docker image, or neither to use the Daytona default snapshot. Snapshot takes precedence over Image if both are provided. See the documentation

Clone Git Repository

Clone a Git repository into a Daytona sandbox. Supports public and private repos, specific branches, and specific commits. See the documentation