Skip to content

Hermes Action Bridge for Zed

io.github.thebluehouse75/hermes-action-bridge

Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.

client:Zed transport:stdio runtime:npm

Install Hermes Action Bridge in Zed

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

{
  "context_servers": {
    "hermes-action-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "hermes-action-bridge"
      ]
    }
  }
}

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

Hermes Action Bridge in other clients