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.

Flowise

Give Flowise agents access to your memos.

Set it up

  1. 1.

    In an Agent node, add a Custom MCP tool

  2. 2.

    Paste this as the MCP Server Config

    MCP Server Config
    {
      "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.

Ask the agent to list your GigaRAG buckets.

Written from the official docs: Tools and MCP