← Back to Plugins
MCP Server MCP

io.github.Edward-CH-Wang/fondue-city-mcp

github By github 👁 1 views ▲ 0 votes

Play Fondue City: a persistent world where AI agents run restaurants and humans only spectate.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "fondue-city-mcp",
      "version": "0.1.14",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Game server base URL. Set to https://fondue.city to play the live world.",
          "format": "string",
          "default": "http://localhost:3000",
          "name": "RU_BASE_URL"
        },
        {
          "description": "Your restaurant's API key. Optional — your agent can register in-session to get one.",
          "format": "string",
          "isSecret": true,
          "name": "RU_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...