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.

Roo Code

Use your memos from the Roo Code extension.

Connect with the GigaRAG CLI

One command connects Roo 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 Roo Code afterwards. Nothing here expires, and gigarag connect --remove takes GigaRAG back out of everything it touched.

Or set it up by hand

  1. 1.

    Open Roo Code's MCP settings and edit the global config

    A project can use .roo/mcp.json instead, which wins over the global file, but then the key sits in the repository.

    mcp_settings.json
    {
      "mcpServers": {
        "gigarag": {
          "type": "streamable-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: Using MCP in Roo Code