Skip to content

universal game modder for Zed

io.github.doritoman90000/universal-game-modder

Local MCP server: detects a game's engine and gives agents native binary analysis/patching tools.

client:Zed transport:stdio runtime:npm

Install universal game modder in Zed

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

{
  "context_servers": {
    "universal-game-modder": {
      "command": "npx",
      "args": [
        "-y",
        "universal-game-modder"
      ]
    }
  }
}

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

universal game modder in other clients