From f2fd22525ddad9c918874b5ecda0cebcd4a41617 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 25 Jun 2026 21:13:47 +0800 Subject: [PATCH] Add Daytona MCP server Signed-off-by: Mohammod Al Amin Ashik Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ --- servers/io.daytona-mcp-cli.json | 52 +++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 servers/io.daytona-mcp-cli.json diff --git a/servers/io.daytona-mcp-cli.json b/servers/io.daytona-mcp-cli.json new file mode 100644 index 0000000..6900142 --- /dev/null +++ b/servers/io.daytona-mcp-cli.json @@ -0,0 +1,52 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "io.daytona-mcp-cli", + "name": "Daytona (CLI)", + "alias": "daytona", + "description": "Manage Daytona sandboxes from AI agents: create and control sandboxes, run commands and code in isolated environments, perform file and git operations, and generate preview links. Runs via the official MCP server shipped in the Daytona CLI.", + "logo": "https://avatars.githubusercontent.com/u/130513197?v=4", + "schema_version": "2.1", + "categories": [ + "developer-tools" + ], + "tags": [ + "daytona", + "sandbox", + "cli", + "code-execution", + "developer-tools", + "cloud-development" + ], + "transport": { + "type": "stdio", + "command": "daytona", + "args": [ + "mcp", + "start" + ] + }, + "auth": { + "type": "none", + "instructions": "Install the Daytona CLI and authenticate (`daytona login`); the MCP server uses your local Daytona credentials." + }, + "contributor": { + "name": "Daytona", + "github": "daytonaio", + "url": "https://www.daytona.io" + }, + "links": { + "repository": "https://github.com/daytonaio/daytona", + "homepage": "https://www.daytona.io", + "documentation": "https://www.daytona.io/docs/en/mcp/" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + }, + "changelog_url": "https://github.com/daytonaio/daytona/releases" +}