mcp geracity for VS Code
io.github.geraservicesuk/mcp-geracity
Smart city builder game MCP server by Gera Systems. Build cities, earn GeraCoins.
client:VS Code
transport:stdio
runtime:npm
Install mcp geracity in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "geracity-api-url",
"description": "GERACITY_API_URL",
"password": true
}
],
"servers": {
"mcp-geracity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geracity"
],
"env": {
"GERACITY_API_URL": "${input:geracity-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