Skip to content
Gemini CLI

VIVATLAS for Gemini CLI

io.github.bobpanil/vivatlas

Self-hosted catalogue of your skills, agents and MCP servers, searchable by meaning over MCP

client:Gemini CLI transport:stdio runtime:oci

Install VIVATLAS 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": {
    "vivatlas": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/bobpanil/vivatlas:1.0.1"
      ],
      "env": {
        "SECRET_KEY": "<SECRET_KEY>",
        "GOOGLE_API_KEY": "<GOOGLE_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

VIVATLAS in other clients