Skip to content
Zed

mcp geracity for Zed

io.github.geraservicesuk/mcp-geracity

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

client:Zed transport:stdio runtime:npm

Install mcp geracity in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp geracity in other clients