Skip to content
Gemini CLI

akb for Gemini CLI

io.github.dnotitia/akb

Git-backed org memory for AI agents — hybrid search, tables, files & a URI graph over MCP.

client:Gemini CLI transport:stdio runtime:npm

Install akb in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "akb": {
      "command": "npx",
      "args": [
        "-y",
        "akb-mcp"
      ],
      "env": {
        "AKB_MCP_URL": "<AKB_MCP_URL>",
        "AKB_PAT": "<AKB_PAT>"
      }
    }
  }
}

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

akb in other clients