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
{
"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