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
{
"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