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.

Continue

Use your memos from Continue in VS Code or JetBrains.

MCP tools only work in agent mode.

Connect with the GigaRAG CLI

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

Or set it up by hand

  1. 1.

    Create this file in your project

    It holds your key, so add .continue/mcpServers to .gitignore before you commit.

    .continue/mcpServers/gigarag.yaml
    name: GigaRAG
    version: 0.0.1
    schema: v1
    mcpServers:
      - name: gigarag
        type: streamable-http
        url: https://mcp.gigarag.com/mcp
        requestOptions:
          headers:
            Authorization: Bearer <api-key>
  2. 2.

    Reload Continue and switch to agent mode

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 in Continue, Config reference