Skip to content

Commit f2fd225

Browse files
committed
Add Daytona MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent ee298ab commit f2fd225

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

servers/io.daytona-mcp-cli.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "io.daytona-mcp-cli",
4+
"name": "Daytona (CLI)",
5+
"alias": "daytona",
6+
"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.",
7+
"logo": "https://avatars.githubusercontent.com/u/130513197?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools"
11+
],
12+
"tags": [
13+
"daytona",
14+
"sandbox",
15+
"cli",
16+
"code-execution",
17+
"developer-tools",
18+
"cloud-development"
19+
],
20+
"transport": {
21+
"type": "stdio",
22+
"command": "daytona",
23+
"args": [
24+
"mcp",
25+
"start"
26+
]
27+
},
28+
"auth": {
29+
"type": "none",
30+
"instructions": "Install the Daytona CLI and authenticate (`daytona login`); the MCP server uses your local Daytona credentials."
31+
},
32+
"contributor": {
33+
"name": "Daytona",
34+
"github": "daytonaio",
35+
"url": "https://www.daytona.io"
36+
},
37+
"links": {
38+
"repository": "https://github.com/daytonaio/daytona",
39+
"homepage": "https://www.daytona.io",
40+
"documentation": "https://www.daytona.io/docs/en/mcp/"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"resources": false,
48+
"prompts": false,
49+
"read_only_mode": false
50+
},
51+
"changelog_url": "https://github.com/daytonaio/daytona/releases"
52+
}

0 commit comments

Comments
 (0)