Skip to content
Gemini CLI

Airweave Search for Gemini CLI

io.github.airweave-ai/search

MCP server for searching Airweave collections with natural language queries.

client:Gemini CLI transport:streamable-http runtime:npm

Install Airweave Search in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "search": {
      "httpUrl": "https://mcp.airweave.ai/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Airweave Search in other clients