Back to GigaRAG

Connect an agent

Give an AI tool access to your GigaRAG Workspace, so it can search, read and write your memos while it works.

Augment Code

Use your memos from Augment in your IDE, or from the Auggie CLI.

Connect with the GigaRAG CLI

One command connects Augment Code and every other AI tool on this machine. Signing in happens in your browser, so no key is written into any config file.

npm install -g gigarag
gigarag login
gigarag connect

Restart Augment Code afterwards. Nothing here expires, and gigarag connect --remove takes GigaRAG back out of everything it touched.

Or paste a prompt

Paste this into Augment Code. It carries your agent key and tells the agent exactly what to change, so it sets the connection up itself.

Run this to add GigaRAG:
auggie mcp add gigarag --transport http --url https://mcp.gigarag.com/mcp --header "Authorization:Bearer <api-key>"

Remove any existing gigarag first. Don't repeat the key.

Or set it up by hand

The IDE form does not document a headers field, so add GigaRAG with Auggie.

  1. 1.

    Run this in a terminal

    It is saved to ~/.augment/settings.json.

    auggie mcp add gigarag --transport http --url https://mcp.gigarag.com/mcp --header "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: Auggie integrations, MCP in Augment