Skip to content
Cursor

VIVATLAS for Cursor

io.github.bobpanil/vivatlas

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

client:Cursor transport:stdio runtime:oci

Install VIVATLAS in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "vivatlas": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/bobpanil/vivatlas:1.0.1"
      ],
      "env": {
        "SECRET_KEY": "<SECRET_KEY>",
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VIVATLAS in other clients