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.

Replit Agent

Give Replit Agent your memos while it builds.

Sign in with GigaRAG

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

  1. 1.

    Add the server as below, without the header

    Replit registers itself with GigaRAG and asks you to sign in.

  2. 2.

    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 install in one click

Add to Replit opens the app and adds GigaRAG with your agent key. Sign in to get your key, then install in one click.

Or set it up by hand

Replit checks every call with its security scanner, which can block a tool it does not trust.

  1. 1.

    Open MCP Servers in settings, then Add MCP server

    Set the display name to GigaRAG.

  2. 2.

    Paste this as the Server URL

    Server URL
    https://mcp.gigarag.com/mcp
  3. 3.

    Under Advanced settings, add an Authorization header with this value

    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 Replit Agent to list your GigaRAG buckets.

Written from the official docs: Connect via MCP, Add to Replit badges