Rock Regeneration Gigs for Cursor
io.github.cuotos/rock-regeneration-gigs-mcp
Search upcoming gigs from the Rock Regeneration gig guide (southern England).
client:Cursor
transport:stdio
runtime:oci
Install Rock Regeneration Gigs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rock-regeneration-gigs-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cuotos/rock-regeneration-gigs-mcp:2.0.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs