Catalog
io.github.geraservicesuk/mcp-geracity
OfficialSmart city builder game MCP server by Gera Systems. Build cities, earn GeraCoins.
City-building game where players construct cities and earn in-game currency.
README not available yet.
Install
Configuration
Environment variables
GERACITY_API_URLBase URL for the GeraCity API (defaults to https://api.gera.games)
claude_desktop_config.json
{
"mcpServers": {
"mcp-geracity": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geracity@0.1.1"
],
"env": {
"GERACITY_API_URL": "<YOUR_GERACITY_API_URL>"
}
}
}
}