Skip to content

Commit 7c5cd62

Browse files
committed
claude code
1 parent 63af0e5 commit 7c5cd62

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/concepts/mcp.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,26 @@ While this is not an IDE in the traditional sense, it can support MCP servers. F
114114
Setup command:
115115

116116
```bash
117-
defang mcp setup --client=claude
117+
defang mcp setup --client=claude-desktop
118118
```
119119

120120
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:
121121

122-
![Claude Desktop](/img/mcp-concept/claude.png)
122+
![Claude Desktop](/img/mcp-concept/claude-desktop.png)
123+
124+
### Claude Code
125+
126+
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.
127+
128+
Setup command:
129+
130+
```bash
131+
defang mcp setup --client=claude-code
132+
```
133+
134+
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+
136+
![Claude Code](/img/mcp-concept/claude-code.png)
123137

124138
## MCP Tools
125139

395 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)