fondue city mcp for Windsurf
io.github.edward-ch-wang/fondue-city-mcp
Play Fondue City: a persistent world where AI agents run restaurants and humans only spectate.
client:Windsurf
transport:stdio
runtime:npm
Install fondue city mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"fondue-city-mcp": {
"command": "npx",
"args": [
"-y",
"fondue-city-mcp"
],
"env": {
"RU_BASE_URL": "<RU_BASE_URL>",
"RU_API_KEY": "<RU_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs