Files
notes/resource/配置/Claude Code 配置文件.md
Docker7530 7f14056210 1778682052
2026-05-13 22:20:54 +08:00

42 lines
952 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## mcp
```
claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp
```
```
claude mcp add -s user -t http context7 https://mcp.context7.com/mcp --header "CONTEXT7_API_KEY: ctx7sk-21884782-852a-4ef8-8f26-83cd9b8c7d30"
```
```
{
"morecup-context": {
"type": "stdio",
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"morecup-context",
"-gateway",
"http://8.162.2.152"
],
"env": {
"MORECUP_AI_API_KEY": "sk-xxxx"
}
}
}
```
## 常用操作
### 权限系统
VS Code 设置:Allow Dangerously Skip Permissions
命令行启动法:claude --dangerously-skip-permissions
### 插件
superpowers 该插件可以教会 Claude 进行头脑风暴、使用子智能体驱动开发(内置代码审查、系统化Debug、TDD测试驱动开发),甚至教 Claude 如何编写和测试新的 Skill。