Skip to content
Cursor

mcp geraeats for Cursor

io.github.geraservicesuk/mcp-geraeats

Browse restaurants, search dishes, order food delivery, track riders. 50+ countries.

client:Cursor transport:stdio runtime:npm

Install mcp geraeats in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-geraeats": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-geraeats"
      ],
      "env": {
        "GERAEATS_API_URL": "<GERAEATS_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp geraeats in other clients