Skip to content
Cursor

Agent Swarm for Cursor

io.github.desplega-ai/agent-swarm

Full Agent Swarm API and MCP server with local SQLite storage for multi-agent orchestration.

client:Cursor transport:streamable-http runtime:npm

Install Agent Swarm in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agent-swarm": {
      "url": "https://{swarm_host}/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Agent Swarm in other clients