بنقرة واحدة
mcp-manager
按需开启/关闭 MCP 服务。当用户说"开启 xxx MCP"、"关闭 yyy MCP"、"MCP 太多了"、"管理 MCP"、"禁用 MCP"时触发。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
按需开启/关闭 MCP 服务。当用户说"开启 xxx MCP"、"关闭 yyy MCP"、"MCP 太多了"、"管理 MCP"、"禁用 MCP"时触发。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
回答 PetConnect 生态任务的设计规范、完成进度时间轴、交付验证。当用户问设计规格、spec、验收标准、进度、时间轴、交付情况、任务状态、认领情况时使用。按统一模板凝练输出,数据来自 tasks/、docs/demand/。
Guides AI agent features in petconnect-app including LLM providers (DeepSeek, Doubao, Gemini), anti-abuse constraints, prompt design, and keyword-based human simulation. Use when adding AI agents, changing LLM providers, adjusting rate limits, or modifying agent prompts.
Guides Vercel deployment and PWA setup for petconnect-app. Use when deploying to Vercel, configuring PWA, adding to home screen, or troubleshooting deployment/auth/AI issues.
Analyzes staged and modified files, groups them by feature, and guides batch commits. Use when the user says "提交到Github", "提交到 GitHub", "push to GitHub", or has many staged files from multiple features and wants to commit by feature.
将大型需求拆分为多阶段任务文档并分步交付。当用户说「拆分任务」「分阶段执行」「按需求文档实现」「分部交付」,或提供分析报告要求逐步实现时使用。自动在 docs/demand/<主题>/ 下建立 phases/ 目录,生成带状态标注的阶段文档,每阶段完成后更新状态、提供后续步骤,并询问是否 push。
专业处理 README 与部署文档。Use when writing README, deployment guides, environment variable docs, or project structure documentation. 约定:README 必须包含环境变量表、获取 API Key 的链接、部署步骤、项目结构。
| name | mcp-manager |
| description | 按需开启/关闭 MCP 服务。当用户说"开启 xxx MCP"、"关闭 yyy MCP"、"MCP 太多了"、"管理 MCP"、"禁用 MCP"时触发。 |
触发词:开启 MCP、关闭 MCP、禁用 MCP、MCP 太多了、管理 MCP、按需开启、enable MCP、disable MCP
| 作用域 | 路径 |
|---|---|
| 全局(所有项目) | C:\Users\Lenovo\.cursor\mcp.json |
| 项目级 | .cursor/mcp.json(项目根目录) |
优先使用全局配置管理所有服务的开关状态。
| 服务名 | 用途 | 默认状态 |
|---|---|---|
context7 | 库/框架文档实时查询 | 开启 |
cursor-ide-browser | 浏览器自动化、网页测试 | 关闭 |
pinecone | 向量数据库、语义检索 | 关闭 |
supabase | Supabase 数据库操作 | 关闭 |
firebase | Firebase 项目管理 | 关闭 |
figma | 设计稿查看与代码生成 | 关闭 |
greptile | AI 代码审查 | 关闭 |
Notion | Notion 工作区读写 | 关闭 |
编辑 mcp.json,为服务添加或删除 "disabled": true:
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"]
},
"supabase": {
"command": "npx",
"args": ["-y", "@supabase/mcp-server-supabase@latest", "--access-token", "<TOKEN>"],
"disabled": true
}
}
}
"disabled": true 这一行(或设为 false)"disabled": true修改后必须重启 Cursor 才能生效(按 Ctrl+Shift+P → Reload Window)。
用户要求开启/关闭某个 MCP 时,按以下步骤执行:
C:\Users\Lenovo\.cursor\mcp.json,查看当前配置"disabled": true已修改,请重启 Cursor(Ctrl+Shift+P → Reload Window)生效常用场景的快速配置见 presets.md。
对话示例:
figma 条目,删除 "disabled": true"disabled": truedisabled 标志mcp.json 中某服务条目不存在,需先补全完整配置(见 presets.md)再设置 disabled