Skip to content
Zed

browser game for Zed

io.github.opengameapp/browser-game

Local tools for planning and validating focused browser-game prototypes.

client:Zed transport:stdio runtime:npm

Install browser game in Zed

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

{
  "context_servers": {
    "browser-game": {
      "command": "npx",
      "args": [
        "-y",
        "opengame-browser-game-mcp"
      ]
    }
  }
}

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

browser game in other clients