Agent Zero
The self-hosted agent framework that runs in Docker.
Connect with the GigaRAG CLI
Agent Zero keeps its settings somewhere a command cannot safely rewrite, so the CLI prints exactly what to enter instead. Signing in still happens in your browser, and no key is written into any config file.
npm install -g gigarag gigarag login gigarag connect agent-zero
Paste what it prints, then restart Agent Zero afterwards. Nothing here expires, and gigarag connect --remove takes GigaRAG back out of everything it touched.
Or set it up by hand
- 1.
Open Settings, then MCP/A2A, then External MCP Servers, then Open
- 2.
Add GigaRAG to the JSON and save
External MCP Servers{ "mcpServers": { "gigarag": { "type": "streaming-http", "url": "https://mcp.gigarag.com/mcp", "headers": { "Authorization": "Bearer <api-key>" } } } }
Check it worked
Send this once it is connected. An answer drawn from your workspace means the connection is live.
List my GigaRAG buckets.
Written from the official docs: MCP and A2A