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
Copy file name to clipboardExpand all lines: docs/concepts/mcp.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This page is a guide to the Defang MCP Server detailing its installation, tools,
23
23
Ensure that you have the [npm package manager](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) installed, as `npx` commands are required for setup.
24
24
25
25
:::warning
26
-
At this time, the Defang MCP Server can only be installed using `npx`.
26
+
At this time, the Defang MCP Server can only be installed using `npx`. Other methods are not yet supported.
27
27
:::
28
28
29
29
Connect the Defang MCP Server with your IDE by running the following command in your terminal:
@@ -32,7 +32,7 @@ Connect the Defang MCP Server with your IDE by running the following command in
Replace `<your-ide>` with the name of your preferred IDE. See our list of [Supported IDEs](#supported-ides). After setup, you can start the MCP Server with the command:
35
+
Replace `<your-ide>` with the name of your [preferred IDE](#supported-ides). After setup, you can start the MCP Server with the command:
36
36
37
37
```bash
38
38
npx -y defang@latest mcp serve
@@ -50,26 +50,36 @@ That's it! Feel free to explore our [Example Prompts](#example-prompts) to get i
50
50
npx -y defang@latest mcp setup --client=cursor
51
51
```
52
52
53
+

54
+
53
55
### Windsurf
54
56
55
57
```bash
56
58
npx -y defang@latest mcp setup --client=windsurf
57
59
```
58
60
61
+

62
+
59
63
### VS Code
60
64
65
+
This also works for VS Code Insiders.
66
+
61
67
```bash
62
68
npx -y defang@latest mcp setup --client=vscode
63
69
```
64
70
71
+

72
+
65
73
### Claude Desktop
66
74
67
-
(While this is not an IDE in the traditional sense, it can support MCP servers.)
75
+
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.
68
76
69
77
```bash
70
78
npx -y defang@latest mcp setup --client=claude
71
79
```
72
80
81
+

82
+
73
83
## MCP Tools
74
84
75
85
Below are the tools available in the Defang MCP Server.
0 commit comments