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.

Mistral Vibe

Mistral's terminal coding agent.

Connect with the GigaRAG CLI

One command connects Mistral Vibe and every other AI tool on this machine. Signing in happens in your browser, so no key is written into any config file.

npm install -g gigarag
gigarag login
gigarag connect

Restart Mistral Vibe afterwards. Nothing here expires, and gigarag connect --remove takes GigaRAG back out of everything it touched.

Or set it up by hand

  1. 1.

    Save your key as an environment variable

    Vibe reads the key from GIGARAG_API_KEY rather than from its config. Add the line to your shell profile so it survives a restart. On Windows, use setx GIGARAG_API_KEY with the same value.

    export GIGARAG_API_KEY="<api-key>"
  2. 2.

    Add GigaRAG to your Vibe config

    ~/.vibe/config.toml
    [[mcp_servers]]
    name = "gigarag"
    transport = "streamable-http"
    url = "https://mcp.gigarag.com/mcp"
    api_key_env = "GIGARAG_API_KEY"
    api_key_header = "Authorization"
    api_key_format = "Bearer {token}"
  3. 3.

    Restart Vibe

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: Vibe MCP servers