AI Agent Team-拥有24/7专业AI开发团队:产品经理、前端开发、后端开发、测试工程师、DevOps工程师、技术负责人。一键安装,支持中英文命令,大幅提升开发效率!
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-agent-team": {
"args": [
"-y",
"ai-agent-team"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
🚀 拥有24/7专业AI开发团队:产品经理、前端开发、后端开发、测试工程师、DevOps工程师、技术负责人
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'ai-agent-team' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked ai-agent-team against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
MCP Security Weekly
Get CVE alerts and security updates for Ai Agent Team and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
💛 Sponsored by DolOffer — GPT & Claude 正版会员充值,输入优惠码
AI8888享9折特惠
🚀 拥有24/7专业AI开发团队:产品经理、全栈开发、前端开发、后端开发、测试工程师、DevOps工程师、技术负责人
💾 Thread Manager 让 AI 拥有记忆! 语义搜索 | 任务线程管理 | 完整上下文恢复 | 自动 Git 版本控制
⚡ 只需 3 步完成安装 → 马上开始使用!
这些 Skill 已发布为独立仓库,可通过 skills install 命令安装到任意项目中:
| Skill | 安装方式 | 说明 |
|---|---|---|
| Tech Leader | npx skills install peterfei/ai-agent-tech-leader | 架构决策、代码审查、技术管理、跨运行时兼容 |
| Product Manager | npx skills install peterfei/ai-agent-product-manager | 需求分析、路线图制定、竞品研究、用户故事编写 |
| Frontend Dev | npx skills install peterfei/ai-agent-frontend-dev | UI 组件开发、性能优化、可访问性、响应式设计 |
| Backend Dev | npx skills install peterfei/ai-agent-backend-dev | API 设计、数据库优化、认证授权、服务端架构 |
| QA Engineer | npx skills install peterfei/ai-agent-qa-engineer | 测试策略、自动化测试、质量保证、CI 集成 |
| DevOps Engineer | npx skills install peterfei/ai-agent-devops-engineer | CI/CD 流水线、K8s 编排、IaC、可观测性 |
| Fullstack Engineer | npx skills install peterfei/ai-agent-fullstack-engineer | 前后端一体化、API 集成、端到端功能实现 |
兼容 Claude Code / Cursor / Codex CLI / Gemini CLI / Windsurf 等 50+ 运行时。
# 🧹 整理桌面 - 帮我整理桌面
# 🎨 生成信息图 - 请帮我创建一个关于"人工智能发展历程"的信息图
# 🤖 调用智能体
/pm "设计用户认证系统" # 产品经理
/fe "创建登录页面" # 前端开发
/be "实现JWT认证接口" # 后端开发
/qa "测试认证流程" # 测试
/ops "部署到生产环境" # DevOps
/tl "评估系统架构" # 技术负责人
详细文档: 查看 .claude/skills/drawnote/SKILL.md
graph TD
User[用户] -->|自然语言查询| Agent[Claude AI 助手]
Agent -->|调用工具| MCP[Thread Manager MCP Server]
subgraph "Thread Manager Core"
MCP -->|解析请求| TM[Thread Manager]
TM -->|语义搜索| Search[Vector Search Engine]
TM -->|添加消息| MsgDAO[Messages DAO]
MsgDAO -->|生成向量| Embed[Embedding Service]
Embed -->|加载模型| LocalModel[📦 本地内置模型]
LocalModel -.->|Xenova/all-MiniLM-L6-v2| Embed
Search -->|查询| DB[(SQLite Database)]
MsgDAO -->|存储| DB
end
DB -->|返回结果| Search
Search -->|相关消息列表| TM
TM -->|格式化上下文| MCP
MCP -->|精准回复| Agent
# 第 1 步:安装
npm install -g ai-agent-team
# 第 2 步:初始化(必须执行)
ai-agent-team init # 全局初始化(推荐)
# 或 cd your-project && ai-agent-team init # 项目本地初始化
# 第 3 步:启用 Thread Manager MCP 服务器(关键步骤)
claude mcp add thread-manager node "/你的路径/.claude/skills/thread-manager/dist/index.js"
不执行第 3 步将无法使用
/threads、/pm-start等线程管理命令
/threads # 查看所有线程
/pm-start "测试" # 创建测试线程
/thread info # 查看当前线程