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
{
"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