Skip to content
Cline

VIVATLAS for Cline

io.github.bobpanil/vivatlas

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

client:Cline transport:stdio runtime:oci

Install VIVATLAS in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

VIVATLAS in other clients