
ai-agent-team
by peterfei·★ 355·综合分 49
AI Agent Team 是一个 MCP 服务器,提供 24/7 专业 AI 开发团队,包含产品经理、前端、后端、QA、DevOps 和技术负责人等角色。
概述
AI Agent Team MCP 服务器实现了 Thread Manager 系统,为 AI 助手提供持久记忆和语义搜索功能。它采用分层记忆架构,通过向量检索替代时间搜索,使上下文准确率提升 30-50%。该服务器支持多种专业化 AI 角色(产品经理、前端、后端等),实现多线程任务管理,并提供完整的上下文恢复功能。它包含本地嵌入模型支持离线操作,并与 Git 集成实现自动版本控制。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要在长时间开发会话中保持持久记忆和上下文管理,尤其是在需要在不同开发角色间切换并维护对话历史的复杂项目时,选择这个。
什么时候不要选它
如果您需要简单的无状态交互,或者在团队环境中需要在项目间严格隔离线程数据而全局共享不适合您的工作流程,则避免使用。
此 server 暴露的工具
从 README 抽取出 11 个工具pm-startCreate a new product manager thread with a task description
fe-startCreate a new frontend development thread with a task description
be-startCreate a new backend development thread with a task description
qa-startCreate a new QA testing thread with a task description
threadsList all available threads with their details
thread-switchthread-switch <thread_id>Switch to a specific thread to resume its context
thread-infoShow information about the current active thread
changelog-generateGenerate changelog from Git history
softcopyrightGenerate software copyright application materials
tidy-my-desktopIntelligently organize desktop files and directories
drawnoteCreate visual notes and diagrams from text content
可对比工具
安装
# 步骤 1: 全局安装
npm install -g ai-agent-team
# 步骤 2: 初始化配置(全局或项目)
ai-agent-team init
# 步骤 3: 启用 Thread Manager MCP 服务器
claude mcp add thread-manager node "YOUR_PATH/.claude/skills/thread-manager/dist/index.js"// 添加到 Claude Desktop 配置文件
{
"mcpServers": {
"thread-manager": {
"command": "node",
"args": ["/path/to/.claude/skills/thread-manager/dist/index.js"]
}
}
}FAQ
- 为什么 /threads 命令不可用?
- Thread Manager MCP 服务器未启用。使用 'claude mcp add thread-manager node <path>' 启用它,然后重启 Claude Code。
- 全局初始化和项目初始化有什么区别?
- 全局初始化 (~/.claude/) 在所有项目间共享数据,而项目初始化 (./.claude/) 仅将数据隔离在当前项目中。
ai-agent-team 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。