agent team for VS Code
io.github.richardlemmon/agent-team
13 specialized AI agents collaborating via SQLite. 44 MCP tools. One-command install.
client:VS Code
transport:stdio
runtime:npm
Install agent team in VS Code
.vscode/mcp.json
{
"servers": {
"agent-team": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-team-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs