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.

Copilot Studio

Give agents you build in Microsoft Copilot Studio access to your memos.

Power Platform data policies in your tenant can block MCP tools.

Sign in with GigaRAG

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

  1. 1.

    Add the tool as below, but choose OAuth 2.0 and then Dynamic discovery

  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 set it up by hand

  1. 1.

    Open your agent, then Tools, then Add a tool, then New tool, then Model Context Protocol

    Set the server name to GigaRAG.

  2. 2.

    Paste this as the Server URL

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

    Choose API key, set Type to Header and the header name to Authorization

  4. 4.

    Create a new connection with this value, then Add to agent

    If the connection is refused, try the key without the word Bearer.

    API key
    Bearer <api-key>

Check it worked

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

Test the agent by asking it to list your GigaRAG buckets.

Written from the official docs: Add an MCP server