Skip to content
Zed

ModWrench for Zed

io.github.171county/modwrench

One MCP server for mod platforms and local modding diagnostics. No data kept.

client:Zed transport:stdio runtime:npm

Install ModWrench in Zed

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

{
  "context_servers": {
    "modwrench": {
      "command": "npx",
      "args": [
        "-y",
        "@modwrench/cli"
      ]
    }
  }
}

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

ModWrench in other clients