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.

Warp

Use your memos from Warp's agents.

Connect with the GigaRAG CLI

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

Sign in with GigaRAG

Connect without a key: Warp opens your browser, you sign in to GigaRAG and pick this workspace.

Sign-in works for local agents only. Cloud agents need the key.

  1. 1.

    Open Settings, then Agents, then MCP servers, and click Add

  2. 2.

    Paste this and save

    Warp opens your browser to sign in when the agent first connects.

    {
      "gigarag": { "url": "https://mcp.gigarag.com/mcp" }
    }
  3. 3.

    Sign in with your GigaRAG account

    Your browser opens GigaRAG. Pick the workspace to share and approve. No key is stored in the app, and the connection does not expire.

Or set it up by hand

  1. 1.

    Open Settings, then Agents, then MCP servers, and click Add

  2. 2.

    Paste this and save

    {
      "gigarag": {
        "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: Warp MCP