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