Integrate Daytona MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Daytona
Wait for Sandbox to reach 'stopped' state. See the documentation
Stop a sandbox on Daytona. See the documentation
Start a sandbox on Daytona. See the documentation
Execute a shell command in a Daytona sandbox. See the documentation
Execute code in a Daytona sandbox using the appropriate language runtime. Supports Python, TypeScript, and JavaScript. See the documentation
Revoke SSH access for a sandbox on Daytona. See the documentation
Lists snapshots on Daytona. See the documentation
Lists sandboxes on Daytona. See the documentation
Get a sandbox on Daytona. See the documentation
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
Deletes a sandbox on Daytona. This action is irreversible and all data in the sandbox will be lost. See the documentation
Create SSH access for a sandbox on Daytona. See the documentation
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 a Git repository into a Daytona sandbox. Supports public and private repos, specific branches, and specific commits. See the documentation