Rock Regeneration Gigs for Grok
io.github.cuotos/rock-regeneration-gigs-mcp
Search upcoming gigs from the Rock Regeneration gig guide (southern England).
client:Grok
transport:stdio
runtime:oci
Install Rock Regeneration Gigs in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rock-regeneration-gigs-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cuotos/rock-regeneration-gigs-mcp:2.0.0"
]
}
}
}
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