Agent Swarm
Full Agent Swarm API and MCP server with local SQLite storage for multi-agent orchestration.
What it says
The record the registry holds
Where it answers
https://{swarm_host}/mcp · streamable-http
How you get it
It also ships as a package you run yourself.
@desplega.ai/agent-swarm · npm · 1.135.0
the record
Copied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.desplega-ai/agent-swarm",
"description": "Full Agent Swarm API and MCP server with local SQLite storage for multi-agent orchestration.",
"title": "Agent Swarm",
"repository": {
"url": "https://github.com/desplega-ai/agent-swarm",
"source": "github",
"id": "1119736729"
},
"version": "1.135.0",
"websiteUrl": "https://docs.agent-swarm.dev",
"packages": [
{
"registryType": "npm",
"identifier": "@desplega.ai/agent-swarm",
"version": "1.135.0",
"transport": {
"type": "streamable-http",
"url": "http://localhost:{--port}/mcp",
"headers": [
{
"description": "Bearer token using the API key for your local Agent Swarm instance (include the Bearer prefix).",
"isRequired": true,
"isSecret": true,
"placeholder": "Bearer <AGENT_SWARM_API_KEY>",
"name": "Authorization"
},
{
"description": "ID of an agent registered on your local Agent Swarm instance.",
"isRequired": true,
"placeholder": "00000000-0000-0000-0000-000000000000",
"name": "X-Agent-ID"
}
]
},
"packageArguments": [
{
"value": "api",
"type": "positional"
},
{
"description": "Port for the local Agent Swarm API and MCP server.",
"default": "3000",
"type": "named",
"name": "--port"
}
],
"environmentVariables": [
{
"description": "API key for your local Agent Swarm instance.",
"isRequired": true,
"isSecret": true,
"name": "AGENT_SWARM_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://{swarm_host}/mcp",
"headers": [
{
"description": "Bearer token using the API key for your Agent Swarm instance (include the Bearer prefix).",
"isRequired": true,
"isSecret": true,
"placeholder": "Bearer <token>",
"name": "Authorization"
},
{
"description": "ID of an agent registered on your Agent Swarm instance.",
"isRequired": true,
"placeholder": "00000000-0000-0000-0000-000000000000",
"name": "X-Agent-ID"
}
],
"variables": {
"swarm_host": {
"description": "Host of YOUR agent-swarm instance, e.g. swarm.example.com",
"isRequired": true
}
}
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-22T10:49:35.701551Z",
"publishedAt": "2026-08-22T10:49:35.701551Z",
"updatedAt": "2026-08-22T10:49:35.701551Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 1.135.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Where it lives
The publisher's own address
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.