Skip to content
VS Code

Agent Swarm for VS Code

io.github.desplega-ai/agent-swarm

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

client:VS Code transport:streamable-http runtime:npm

Install Agent Swarm in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-swarm": {
      "type": "http",
      "url": "https://{swarm_host}/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Agent Swarm in other clients