mcp gera eats for Cursor
services.gera/mcp-gera-eats
Look up UK food hygiene ratings and city hygiene profiles from real FSA FHRS/FHIS data. No auth.
client:Cursor
transport:stdio
runtime:npm
Install mcp gera eats in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-gera-eats": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-eats"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs