Merge pull request #28 from QwQ-dev/feature/add-claude-code-support
添加Claude Code到MCP支持的AI应用列表
This commit is contained in:
@ -67,6 +67,7 @@
|
|||||||
|--------|------|-------------|------|
|
|--------|------|-------------|------|
|
||||||
| **Claude Desktop** | ✅ 官方支持 | Windows: `%APPDATA%\Claude\claude_desktop_config.json`<br/>macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` | Anthropic官方客户端,MCP原生支持 |
|
| **Claude Desktop** | ✅ 官方支持 | Windows: `%APPDATA%\Claude\claude_desktop_config.json`<br/>macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` | Anthropic官方客户端,MCP原生支持 |
|
||||||
| **Cursor** | ✅ 支持 | 通过MCP设置面板配置 | 智能代码编辑器,开发者友好 |
|
| **Cursor** | ✅ 支持 | 通过MCP设置面板配置 | 智能代码编辑器,开发者友好 |
|
||||||
|
| **Claude Code** | ✅ 支持 | `/home/user/.claude.json` 或者 `~/.claude.json` | Anthropic官方CLI工具,MCP原生支持,命令行AI编程助手 |
|
||||||
| **Windsurf** | ✅ 支持 | IDE内MCP配置面板 | Codeium推出的AI原生IDE |
|
| **Windsurf** | ✅ 支持 | IDE内MCP配置面板 | Codeium推出的AI原生IDE |
|
||||||
| **Cline** | ✅ 支持 | VS Code插件配置 | 强大的AI编程助手 |
|
| **Cline** | ✅ 支持 | VS Code插件配置 | 强大的AI编程助手 |
|
||||||
| **Augment** | ✅ 支持 | 桌面应用配置 | AI原生代码编辑器 |
|
| **Augment** | ✅ 支持 | 桌面应用配置 | AI原生代码编辑器 |
|
||||||
|
|||||||
@ -62,6 +62,7 @@ For custom configurations:
|
|||||||
|-------------|--------|---------------|-------|
|
|-------------|--------|---------------|-------|
|
||||||
| **Claude Desktop** | ✅ Official | Windows: `%APPDATA%\Claude\claude_desktop_config.json`<br/>macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` | Anthropic's official client with native MCP support |
|
| **Claude Desktop** | ✅ Official | Windows: `%APPDATA%\Claude\claude_desktop_config.json`<br/>macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` | Anthropic's official client with native MCP support |
|
||||||
| **Cursor** | ✅ Supported | MCP settings panel | Developer-friendly code editor |
|
| **Cursor** | ✅ Supported | MCP settings panel | Developer-friendly code editor |
|
||||||
|
| **Claude Code** | ✅ Supported | `/home/user/.claude.json` or `~/.claude.json` | Anthropic's official CLI tool with native MCP support, command-line AI programming assistant |
|
||||||
| **Windsurf** | ✅ Supported | IDE MCP panel | Codeium's AI-native IDE |
|
| **Windsurf** | ✅ Supported | IDE MCP panel | Codeium's AI-native IDE |
|
||||||
| **Cline** | ✅ Supported | VS Code plugin config | Powerful AI programming assistant |
|
| **Cline** | ✅ Supported | VS Code plugin config | Powerful AI programming assistant |
|
||||||
| **Augment** | ✅ Supported | Desktop app config | AI-native code editor |
|
| **Augment** | ✅ Supported | Desktop app config | AI-native code editor |
|
||||||
|
|||||||
@ -40,6 +40,12 @@ npx dpml-prompt@snapshot mcp-server
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 3. Claude Code 命令
|
||||||
|
|
||||||
|
```bash
|
||||||
|
claude mcp add-json promptx '{"command":"npx","args":["-y","-f","dpml-prompt@snapshot","mcp-server"]}'
|
||||||
|
```
|
||||||
|
|
||||||
### 💡 **重要:关于 `cwd` 参数**
|
### 💡 **重要:关于 `cwd` 参数**
|
||||||
|
|
||||||
#### **`cwd` 的含义和MCP协议限制**
|
#### **`cwd` 的含义和MCP协议限制**
|
||||||
|
|||||||
Reference in New Issue
Block a user