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.

Vapi

Give Vapi voice assistants access to your memos during a call.

Set it up

  1. 1.

    Open Dashboard, then Tools, then Create Tool, then MCP

  2. 2.

    Paste this as the server URL

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

    Add an Authorization header with this value

    Authorization
    Bearer <api-key>
  4. 4.

    Attach it under Assistants, then your assistant, then Tools

Or create the tool with the API

  1. 1.

    Create an MCP tool with this body

    {
      "type": "mcp",
      "function": { "name": "gigarag" },
      "server": {
        "url": "https://mcp.gigarag.com/mcp",
        "headers": { "Authorization": "Bearer <api-key>" }
      },
      "metadata": { "protocol": "shttp" }
    }

Check it worked

Send this once it is connected. An answer drawn from your workspace means the connection is live.

Call the assistant and ask it to list your GigaRAG buckets.

Written from the official docs: MCP tool