Hera Agent Unity for Cursor
io.github.notnull92/hera-agent-unity
Control and verify a live Unity Editor through a local, low-token MCP server.
client:Cursor
transport:stdio
runtime:npm
Install Hera Agent Unity in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hera-agent-unity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hera-agent-unity"
],
"env": {
"HERA_MCP_ENABLED": "<HERA_MCP_ENABLED>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs