Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/concepts/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ First, make sure you have the [npm package manager](https://docs.npmjs.com/downl
Connect the MCP server with your IDE by running the following command in your terminal:

```bash
npx -y defang mcp setup --client=<your-ide>
npx -y defang@latest mcp setup --client=<your-ide>
```

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:

```bash
npx -y defang mcp serve
npx -y defang@latest mcp serve
```

Once the server is running, you can access the Defang MCP tools directly through the AI agent chat in your IDE.
Expand All @@ -45,27 +45,27 @@ That's it! Feel free to explore our [Example Prompts](#example-prompts) to get i
### Cursor

```bash
npx -y defang mcp setup --client=cursor
npx -y defang@latest mcp setup --client=cursor
```

### Windsurf

```bash
npx -y defang mcp setup --client=windsurf
npx -y defang@latest mcp setup --client=windsurf
```

### VSCode

```bash
npx -y defang mcp setup --client=vscode
npx -y defang@latest mcp setup --client=vscode
```

### Claude Desktop

(While this is not an IDE in the traditional sense, it can support MCP servers.)

```bash
npx -y defang mcp setup --client=claude
npx -y defang@latest mcp setup --client=claude
```

## MCP Tools
Expand Down