You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this is not an IDE in the traditional sense, it can support MCP servers. For a smoother experience, consider specifying a project name or directory when making chat prompts to this platform.
51
53
52
54
Setup command:
53
55
54
56
```bash
55
-
defang mcp setup --client=cursor
57
+
defang mcp setup --client=claude-code
56
58
```
57
59
58
60
Once setup is complete, you can interact with the AI coding agent using Defang-related actions like `check defang services` or [other prompts](#example-prompts). Here's an example of what it could look like:
59
61
60
-

62
+

61
63
62
-
### Windsurf
64
+
### [Claude Desktop](https://claude.com/download)
65
+
66
+
While this is not an IDE in the traditional sense, it can support MCP servers. For a smoother experience, consider specifying a project name or directory when making chat prompts to this platform.
63
67
64
68
Setup command:
65
69
66
70
```bash
67
-
defang mcp setup --client=windsurf
71
+
defang mcp setup --client=claude-desktop
68
72
```
69
73
70
74
Once setup is complete, you can interact with the AI coding agent using Defang-related actions like `check defang services` or [other prompts](#example-prompts). Here's an example of what it could look like:
Once setup is complete, you can interact with the AI coding agent using Defang-related actions like `check defang services` or [other prompts](#example-prompts). Here's an example of what it could look like:
83
87
84
-

88
+

85
89
86
-
### VS Code Insiders
90
+
### [Kiro](https://kiro.dev/)
87
91
88
92
Setup command:
89
93
90
94
```bash
91
-
defang mcp setup --client=vscode-insiders
95
+
defang mcp setup --client=kiro
92
96
```
93
97
94
98
Once setup is complete, you can interact with the AI coding agent using Defang-related actions like `check defang services` or [other prompts](#example-prompts). Here's an example of what it could look like:
While this is not an IDE in the traditional sense, it can support MCP servers. For a smoother experience, consider specifying a project name or directory when making chat prompts to this platform.
99
105
100
106
Setup command:
101
107
102
108
```bash
103
-
defang mcp setup --client=kiro
109
+
defang mcp setup --client=rovo
104
110
```
105
111
106
112
Once setup is complete, you can interact with the AI coding agent using Defang-related actions like `check defang services` or [other prompts](#example-prompts). Here's an example of what it could look like:
107
113
108
-

114
+

109
115
110
-
### Claude Desktop
111
-
112
-
While this is not an IDE in the traditional sense, it can support MCP servers. For a smoother experience, consider specifying a project name or directory when making chat prompts to this platform.
116
+
### [VS Code](https://code.visualstudio.com/)
113
117
114
118
Setup command:
115
119
116
120
```bash
117
-
defang mcp setup --client=claude-desktop
121
+
defang mcp setup --client=vscode
118
122
```
119
123
120
124
Once setup is complete, you can interact with the AI coding agent using Defang-related actions like `check defang services` or [other prompts](#example-prompts). Here's an example of what it could look like:
While this is not an IDE in the traditional sense, it can support MCP servers. For a smoother experience, consider specifying a project name or directory when making chat prompts to this platform.
130
+
Setup command:
131
+
132
+
```bash
133
+
defang mcp setup --client=vscode-insiders
134
+
```
135
+
136
+
Once setup is complete, you can interact with the AI coding agent using Defang-related actions like `check defang services` or [other prompts](#example-prompts). Here's an example of what it could look like:
137
+
138
+

139
+
140
+
### [Windsurf](https://windsurf.com/)
127
141
128
142
Setup command:
129
143
130
144
```bash
131
-
defang mcp setup --client=claude-code
145
+
defang mcp setup --client=windsurf
132
146
```
133
147
134
148
Once setup is complete, you can interact with the AI coding agent using Defang-related actions like `check defang services` or [other prompts](#example-prompts). Here's an example of what it could look like:
135
149
136
-

150
+

137
151
138
152
## MCP Tools
139
153
@@ -262,3 +276,18 @@ remove the defang config DATABASE_URL
262
276
```
263
277
264
278
Feel free to try any of these prompts or create your own!
279
+
280
+
## Manual Setup
281
+
282
+
If you prefer to set up the Defang MCP Server manually without using the setup command and without installing the [Defang CLI](/docs/getting-started.mdx#install-the-defang-cli), you can copy this MCP configuration into your IDE's MCP file:
0 commit comments