Skip to content
VS Code

universal game modder for VS Code

io.github.doritoman90000/universal-game-modder

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

client:VS Code transport:stdio runtime:npm

Install universal game modder in VS Code

.vscode/mcp.json

{
  "servers": {
    "universal-game-modder": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "universal-game-modder"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

universal game modder in other clients