HomeDatabases & Data › Agent Swarm

Agent Swarm

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

TypeScript Remote
★ 828 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{swarm_host}/mcp

Claude Code:

claude mcp add --transport http agent-swarm https://{swarm_host}/mcp --header "Authorization: <YOUR_VALUE>" --header "X-Agent-ID: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "agent-swarm": {
      "url": "https://{swarm_host}/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>",
        "X-Agent-ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token using the API key for your Agent Swarm instance (include the Bearer prefix).
  • X-Agent-ID required — ID of an agent registered on your Agent Swarm instance.

Package (npm 1.149.1)

Package: npm @desplega.ai/agent-swarm

  • AGENT_SWARM_API_KEY required secret — API key for your local Agent Swarm instance.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry