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).
Run
npx -y hermes-action-bridge
MCP client config
{
"mcpServers": {
"hermes-action-bridge": {
"command": "npx",
"args": [
"-y",
"hermes-action-bridge"
]
}
}
}