agent team for Cursor
io.github.richardlemmon/agent-team
13 specialized AI agents collaborating via SQLite. 44 MCP tools. One-command install.
client:Cursor
transport:stdio
runtime:npm
Install agent team in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-team": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-team-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs