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