mcp reunion for Cursor
io.github.hug0x0/mcp-reunion
MCP server for Réunion open data (data.regionreunion.com)
client:Cursor
transport:stdio
runtime:npm
Install mcp reunion in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-reunion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-reunion"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs