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.

Firebase Studio

Use your memos from Gemini in Firebase Studio's workspace.

Google is retiring Firebase Studio on 22 March 2027.

Connect with the GigaRAG CLI

Firebase Studio 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 firebase-studio

Paste what it prints, then restart Firebase Studio 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 Customize Tools, then Edit Config, and add GigaRAG

    The file lives in the workspace, so keep it out of version control.

    .idx/mcp.json
    {
      "mcpServers": {
        "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: MCP servers