Skip to content
Gemini CLI

vibo mcp for Gemini CLI

io.github.vnbochkarev-netizen/vibo-mcp

Persistent memory for AI agents: L1/L2/L3, web compression, threads.

client:Gemini CLI transport:stdio runtime:npm

Install vibo mcp 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": {
    "vibo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vibo-dev/vibo-mcp"
      ],
      "env": {
        "VIBO_API_KEY": "<VIBO_API_KEY>"
      }
    }
  }
}

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

vibo mcp in other clients