Skip to content
VS Code

mcp geraeats for VS Code

io.github.geraservicesuk/mcp-geraeats

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

client:VS Code transport:stdio runtime:npm

Install mcp geraeats in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "geraeats-api-url",
      "description": "GERAEATS_API_URL",
      "password": true
    }
  ],
  "servers": {
    "mcp-geraeats": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-geraeats"
      ],
      "env": {
        "GERAEATS_API_URL": "${input:geraeats-api-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

mcp geraeats in other clients