VIVATLAS for Grok
io.github.bobpanil/vivatlas
Self-hosted catalogue of your skills, agents and MCP servers, searchable by meaning over MCP
client:Grok
transport:stdio
runtime:oci
Install VIVATLAS in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs