← Index

io.github.geraservicesuk/mcp-geracity

io.github.geraservicesuk/mcp-geracity·v0.1.0·Other
Quality Score
80
/100

Smart city builder game MCP server by Gera Services. Build cities, earn GeraCoins.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-geracity": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-geracity"
      ],
      "env": {
        "GERACITY_API_URL": "<geracity_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-geracity": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-geracity"
      ],
      "env": {
        "GERACITY_API_URL": "<geracity_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @gera-services/mcp-geracity
§02  Environment variables
GERACITY_API_URL

Base URL for the GeraCity API (defaults to https://api.gera.games)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other