Skip to content
Zed

Hera Agent Unity for Zed

io.github.notnull92/hera-agent-unity

Control and verify a live Unity Editor through a local, low-token MCP server.

client:Zed transport:stdio runtime:npm

Install Hera Agent Unity in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "hera-agent-unity": {
      "command": "npx",
      "args": [
        "-y",
        "hera-agent-unity"
      ],
      "env": {
        "HERA_MCP_ENABLED": "<HERA_MCP_ENABLED>"
      }
    }
  }
}

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

Hera Agent Unity in other clients