VIVATLAS
Rank #9,425io.github.bobpanil/vivatlas
Self-hosted catalogue of your skills, agents and MCP servers, searchable by meaning over MCP
VIVATLAS is a Model Context Protocol (MCP) server published by bobpanil. It ranks #9,425 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. VIVATLAS is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 7, 2026 and most recently updated on Sep 7, 2026.
Ranks ahead of 122,621 of 132,046 servers on MCP Toplist.
Use VIVATLAS
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vivatlas -e "SECRET_KEY=<your SECRET_KEY>" -e "GOOGLE_API_KEY=<your GOOGLE_API_KEY>" -- docker run -i --rm ghcr.io/bobpanil/vivatlas:1.0.1Replace each placeholder with your own value before saving.
[mcp_servers.vivatlas]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/bobpanil/vivatlas:1.0.1"]
[mcp_servers.vivatlas.env]
SECRET_KEY = "<your SECRET_KEY>"
GOOGLE_API_KEY = "<your GOOGLE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vivatlas": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bobpanil/vivatlas:1.0.1"
],
"env": {
"SECRET_KEY": "<your SECRET_KEY>",
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vivatlas": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bobpanil/vivatlas:1.0.1"
],
"env": {
"SECRET_KEY": "<your SECRET_KEY>",
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vivatlas": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bobpanil/vivatlas:1.0.1"
],
"env": {
"SECRET_KEY": "<your SECRET_KEY>",
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vivatlas": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bobpanil/vivatlas:1.0.1"
],
"env": {
"SECRET_KEY": "<your SECRET_KEY>",
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vivatlas": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bobpanil/vivatlas:1.0.1"
],
"env": {
"SECRET_KEY": "<your SECRET_KEY>",
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bobpanil%2Fvivatlas)<a href="https://mcptoplist.com/server/io.github.bobpanil%2Fvivatlas"><img src="https://mcptoplist.com/badge/io.github.bobpanil%2Fvivatlas.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
bobpanil
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Sep 7, 2026 |
Frequently asked questions
- Who maintains VIVATLAS?
- VIVATLAS is maintained by bobpanil, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is VIVATLAS listed on the Official MCP Registry?
- Yes — VIVATLAS is listed on the Official MCP Registry, alongside Glama.
- How many versions does VIVATLAS have?
- MCP Toplist tracks 1 version of VIVATLAS, most recently published on Sep 7, 2026.
- Where can I find the source code for VIVATLAS?
- The source code for VIVATLAS is hosted at github.com/bobpanil/VIVATLAS.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.