Skip to content
VS Code

mcp gerarent for VS Code

io.github.geraservicesuk/mcp-gerarent

Property rental: search listings, check availability, book rentals. 50+ countries.

client:VS Code transport:stdio runtime:npm

Install mcp gerarent in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "gerarent-api-url",
      "description": "GERARENT_API_URL",
      "password": true
    }
  ],
  "servers": {
    "mcp-gerarent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gerarent"
      ],
      "env": {
        "GERARENT_API_URL": "${input:gerarent-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 gerarent in other clients