Skip to content
Gemini CLI

Connapse for Gemini CLI

io.github.destrayon/connapse

Self-hosted knowledge backend for AI agents with hybrid search and MCP tools

client:Gemini CLI transport:stdio runtime:oci

Install Connapse in Gemini CLI

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

{
  "mcpServers": {
    "connapse": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/destrayon/connapse:v0.3.2"
      ]
    }
  }
}

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

Connapse in other clients