13 specialized AI agents collaborating via SQLite. 44 MCP tools. One-command install.
claude mcp add agent-team -- npx -y agent-team-mcp
claude_desktop_config.json
{
"mcpServers": {
"agent-team": {
"command": "npx",
"args": [
"-y",
"agent-team-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-team": {
"command": "npx",
"args": [
"-y",
"agent-team-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-team": {
"command": "npx",
"args": [
"-y",
"agent-team-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-team": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-team-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-team": {
"command": "npx",
"args": [
"-y",
"agent-team-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.RichardLemmon--agent-team/reviews or the review_server meta-tool.
POST /mcp