Skip to content
VS Code

mcp geraquest for VS Code

io.github.geraservicesuk/mcp-geraquest

AI prompt engineering game: challenges, leaderboards, community prompts.

client:VS Code transport:stdio runtime:npm

Install mcp geraquest in VS Code

.vscode/mcp.json

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