克劳德脑转储系统
Claude Code的跨机便携式配置。包含环境文档、插件配置、MCP服务器和主机清单。
快速部署
视窗
git clone [repo-url]
powershell -ExecutionPolicy Bypass -File scripts/setup-windows.ps1
Unix/Mac
git clone [repo-url]
bash scripts/setup-unix.sh
结构
├── HOSTS.md # Network hosts, IPs, SSH creds
├── config/
│ ├── mcp-servers/ # MCP server configs
│ └── plugins/ # Plugin settings, marketplaces
├── docs/
│ ├── frameworks/ # AI code documentation system
│ └── guides/ # Brain dump methodology
├── machine-profiles/ # Per-machine environment docs
├── scripts/ # Setup automation
└── templates/ # CLAUDE.md, solution templates
关键文件
| 文件 | 目的 |
|---|
HOSTS.md | 所有网络主机、IP、SSH凭据 |
config/plugins/settings.json.example | 插件启用/禁用 |
config/plugins/known_marketplaces.json.example | 市场来源 |
config/mcp-servers/claude_desktop_config.json.example | MCP配置 |
templates/CLAUDE.md.template | Brain转储初始化模板 |
插头(17已启用)
市场
anthropics/skillsanthropics/claude-codejeremylongshore/claude-code-pluginsobra/superpowers-marketplace
活动插件
- 超级大国,为克劳德代码而发展的超级大国
- git commit智能,项目健康审计员
- ai-ml工程包、安全专业包
- devops自动化包、全栈启动包
- 域内存代理、工作流编排器
- 按代码设计的会话式api调试器
- 格式化程序、安全代理、隔夜开发、hello world
MCP服务器
剧作家
{
"mcpServers": {
"playwright": {
"command": "node",
"args": ["[npm-global]/node_modules/@playwright/mcp/dist/index.js"]
}
}
}
主SSH目标
Host: 192.168.1.115
User: root
Pass: [REDACTED - use SSH keys]
配置位置
| 平台 | 克劳德代码配置 | 克劳德桌面配置 |
|---|
| 窗户 | %USERPROFILE%\.claude\ | %APPDATA%\Claude\config.json |
| Mac | ~/.claude/ | ~/Library/Application Support/Claude/config.json |
| Linux | ~/.claude/ | ~/.config/Claude/config.json |