默认 CLI + Skill(ctx7、Playwright)不占 MCP tool 槽;MCP 主路径(Gitee、Postgres Pro 等)按需常开,见各章。
| 任务 | 首选 | 备选 | 章节 |
|---|
| 改仓库内代码 | Read / Write / Edit | — | 01 |
git status / commit / push | Bash | — | 01 · CLI |
| Gitee 开 Issue、看 PR | Gitee Remote MCP | — | 05 |
| GitHub 同样操作 | GitHub MCP 或 gh | 与 Gitee 二选一常开 | 05 |
| 查 Next.js / React 等文档 | ctx7 CLI | Context7 Remote MCP | 03 |
| 打开页面、点按钮、截图 | Playwright CLI | Playwright MCP | 04 |
| Postgres 性能诊断 | Postgres MCP Pro | — | 06 |
| ad-hoc 只读 SQL | Bash + psql | 不上 MCP | 01 |
| docker / kubectl | Bash | — | 01 · CLI |
| 架构 brainstorm | Skills(Superpowers 等) | 不要 Sequential Thinking MCP | Skills 03 |
读 README 时注意: servers 仓库根 README 里仍有 @modelcontextprotocol/server-github、server-postgres 等 npx 示例——那些包已迁到 archived,新装应跟上游产品仓库(见下表),不要照抄旧 npm 名。
按需安装;装前仍过 01 选型表。
| 产品 | 典型 transport | 与本书关系 |
|---|
| Supabase MCP | Remote / 社区 stdio | 管 Supabase 项目、Edge Function;不是 Postgres Pro 的 EXPLAIN 替代品 |
| Neon MCP | Remote | Neon 控制台能力;本地 Postgres 调优仍看 06 章 |
| Linear MCP | Remote OAuth | Issue 在 Linear 的团队;Gitee/GitHub 见 05 章 |
| Brave Search MCP | stdio(@modelcontextprotocol/server-brave-search) | 需要联网搜索且不用内置 Web 能力时;多数 coding 任务用不上 |
| mcp-server-git | stdio(uvx mcp-server-git) | 读 git log / diff / show;本地仓库已有 .git 时 Bash 通常够 |
| GitLab MCP | Remote / 社区 | 主用 GitLab 时对照 05 章 Gitee 写法 配 Remote + PAT |
| 不要装 | 原因 | 用什么代替 |
|---|
| Filesystem MCP | Claude Code 内置 Read / Write / Glob | 内置 |
| Sequential Thinking MCP | 与 Skills(Superpowers 等)重复,无产出文件 | Skills |
| Memory MCP | 会话记忆靠 CLAUDE.md、项目文档、Skill | 项目内文档 |
| @modelcontextprotocol/server-github 等 archived npm | 已废弃 | GitHub MCP Remote / Docker(05 章) |
| ctx7 CLI + Context7 MCP 同时常开 | 同一文档源两条路,tool 与 token 浪费 | 只留 CLI(03) |
| Playwright CLI + Playwright MCP 同时常开 | 双倍浏览器 / tool schema | 默认 CLI(04) |
| Gitee Remote + 本地 gitee stdio 同名 | 重复连接 | 只留 Remote(05) |
完整排错见 09 治理 · 废弃迁移。
| 旧 / 误用 | 替换 |
|---|
@modelcontextprotocol/server-github | github/github-mcp-server Remote 或 Docker |
@modelcontextprotocol/server-postgres | crystaldba/postgres-mcp 或云厂商官方 MCP |
@modelcontextprotocol/server-puppeteer | Playwright CLI(默认)或 @playwright/mcp |
| Context7 只装 MCP、不装 CLI | 上游推荐 coding agent 用 CLI + Skill(03) |
| Skills 11 生态索引 | 本章 |
|---|
| 对象 | Skill / Plugin 仓库 | CLI 与 MCP Server |
| 预算 | Skill description listing(~1% context) | MCP tool schema + 返回体 |
| 安装 | npx skills add、/plugin | claude mcp add、CC Switch MCP |
两套可以并存:Skill 定流程,MCP 连平台 API。组合见 Skills 03 + 01 · 与 Skills 03。