World Cup 2026 Tour for Cursor
io.github.abaiii168/world-cup-2026
Free MCP server for World Cup 2026 fixtures, local kickoff times, and Dataset JSON-LD.
client:Cursor
transport:stdio
runtime:oci
Install World Cup 2026 Tour in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"world-cup-2026": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/abaiii168/world-cup-2026-mcp-server:0.1.1"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs