Skip to content
VS Code

mcp gera eats for VS Code

services.gera/mcp-gera-eats

Look up UK food hygiene ratings and city hygiene profiles from real FSA FHRS/FHIS data. No auth.

client:VS Code transport:stdio runtime:npm

Install mcp gera eats in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-gera-eats": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-eats"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp gera eats in other clients