Home › Databases & Data › Agent Swarm
Agent Swarm
Full Agent Swarm API and MCP server with local SQLite storage for multi-agent orchestration.
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>"
}
}
}
}
Authorizationrequired secret — Bearer token using the API key for your Agent Swarm instance (include the Bearer prefix).X-Agent-IDrequired — ID of an agent registered on your Agent Swarm instance.
Package (npm 1.149.1)
Package: npm @desplega.ai/agent-swarm
AGENT_SWARM_API_KEYrequired secret — API key for your local Agent Swarm instance.
This server takes extra arguments — see its repository.
Related servers
dbx
Query databases from AI agents using connections configured in DBX.
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
vizro
Tools and templates to create validated and maintainable data charts and dashboards.
DBHub
Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, SQLite
Data from the Official MCP Registry