Odel
Hermes Action Bridge

Hermes Action Bridge

Local
@thebluehouse755TypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhermes-action-bridgev0.6.3

Run

npx -y hermes-action-bridge

MCP client config

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