Skip to content
Cursor

mcp geracity for Cursor

io.github.geraservicesuk/mcp-geracity

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

client:Cursor transport:stdio runtime:npm

Install mcp geracity in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-geracity": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-geracity"
      ],
      "env": {
        "GERACITY_API_URL": "<GERACITY_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp geracity in other clients