taskswarm for Cursor
io.github.rudrendupaul/taskswarm
Wraps the taskswarm CLI as a single generic MCP tool for multi-agent task coordination.
client:Cursor
transport:stdio
runtime:pypi
Install taskswarm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"taskswarm": {
"type": "stdio",
"command": "uvx",
"args": [
"taskswarm-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs