
ai-agent-team
by peterfei·★ 355·Score 49
AI Agent Team is an MCP server providing a 24/7 AI development team with specialized roles for product management, frontend, backend, QA, DevOps, and technical leadership.
Overview
The AI Agent Team MCP server implements a Thread Manager system that provides persistent memory and semantic search capabilities for AI assistants. It features a layered memory architecture with 30-50% improved context accuracy through vector retrieval instead of time-based search. The server supports multiple specialized AI roles (product manager, frontend, backend, etc.) and enables multi-threaded task management with full context recovery. It includes local embedding models for offline operation and integrates with Git for automatic version control.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need persistent memory and context management across long development sessions, especially when working on complex projects that require switching between different development roles and maintaining conversation history.
When NOT to choose this
Avoid this if you need simple, stateless interactions or if you're working in a team environment where thread data isolation between projects is essential and the global sharing doesn't fit your workflow.
Tools this server exposes
11 tools extracted from the READMEpm-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
Comparable tools
Installation
# Step 1: Install globally
npm install -g ai-agent-team
# Step 2: Initialize configuration (global or project)
ai-agent-team init
# Step 3: Enable Thread Manager MCP server
claude mcp add thread-manager node "YOUR_PATH/.claude/skills/thread-manager/dist/index.js"// Add to Claude Desktop config
{
"mcpServers": {
"thread-manager": {
"command": "node",
"args": ["/path/to/.claude/skills/thread-manager/dist/index.js"]
}
}
}FAQ
- Why is the /threads command not available?
- The Thread Manager MCP server hasn't been enabled. Use 'claude mcp add thread-manager node <path>' to enable it and restart Claude Code.
- What's the difference between global and project initialization?
- Global initialization (~/.claude/) shares data across all projects while project initialization (./.claude/) keeps data isolated to the current project.
Compare ai-agent-team with
Last updated · Auto-generated from public README + GitHub signals.