Skip to content

Commit 278761a

Browse files
committed
update supported ides section
1 parent 234d1db commit 278761a

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

docs/concepts/mcp.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This page is a guide to the Defang MCP Server detailing its installation, tools,
2323
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.
2424

2525
:::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.
2727
:::
2828

2929
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
3232
npx -y defang@latest mcp setup --client=<your-ide>
3333
```
3434

35-
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:
3636

3737
```bash
3838
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
5050
npx -y defang@latest mcp setup --client=cursor
5151
```
5252

53+
![Cursor](/img/mcp-concept/cursor.png)
54+
5355
### Windsurf
5456

5557
```bash
5658
npx -y defang@latest mcp setup --client=windsurf
5759
```
5860

61+
![Windsurf](/img/mcp-concept/windsurf.png)
62+
5963
### VS Code
6064

65+
This also works for VS Code Insiders.
66+
6167
```bash
6268
npx -y defang@latest mcp setup --client=vscode
6369
```
6470

71+
![VS Code](/img/mcp-concept/vscode.png)
72+
6573
### Claude Desktop
6674

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.
6876

6977
```bash
7078
npx -y defang@latest mcp setup --client=claude
7179
```
7280

81+
![Claude Desktop](/img/mcp-concept/claude.png)
82+
7383
## MCP Tools
7484

7585
Below are the tools available in the Defang MCP Server.

static/img/mcp-concept/claude.png

280 KB
Loading
388 KB
Loading

static/img/mcp-concept/vscode.png

407 KB
Loading
359 KB
Loading

0 commit comments

Comments
 (0)