universal game modder for Windsurf
io.github.doritoman90000/universal-game-modder
Local MCP server: detects a game's engine and gives agents native binary analysis/patching tools.
client:Windsurf
transport:stdio
runtime:npm
Install universal game modder in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"universal-game-modder": {
"command": "npx",
"args": [
"-y",
"universal-game-modder"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs