Skip to content
Gemini CLI

Agent Swarm for Gemini CLI

io.github.desplega-ai/agent-swarm

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

client:Gemini CLI transport:streamable-http runtime:npm

Install Agent Swarm in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Agent Swarm in other clients