Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Hermes Action Bridge.
hermes_rundelegate a request to Hermes. Optional overrides: `mode`, `preset`, `contextFiles`, `yolo`, `dryRun`, and — to trade cost for speed on simple tasks — `model`, `provider`, `maxTurns`, `timeoutSeconds`. Any effective `execute` request opens an interactive confirmation form first.
hermes_planshortcut for `hermes_run` with `mode=plan`.
hermes_capabilitiesreport configured presets, skills, toolsets, runtime, and policy without inventing live integrations.
hermes_presetslist configured presets.
hermes_statuscheck the configured Hermes runtime command.
A configurable bridge that lets external agents delegate real-world actions to Hermes Agent without reimplementing Hermes skills, tools, platform integrations, browser automation, cron jobs, or messaging flows.
Use it from Claude Code, Codex, Cursor, CI jobs, shell scripts, or another MCP-capable client. MCP execution requires interactive form elicitation and fails closed in non-interactive clients; plan, draft, dry-run, and direct CLI workflows remain available to automation.
Coding agents are good at understanding a repository. They should not duplicate your automation stack.
If an agent needs to do something outside its local coding session — research, schedule a job, open a browser workflow, send a message, prepare a social post, use a Hermes skill, or coordinate with a messaging gateway — it can delegate that request to Hermes through this bridge.
hermes-action run command for one-shot delegation.execute to request-approval by default, with per-preset trust overrides.--yolo mode for users who intentionally want to bypass bridge-level policy.E2BIG).hermes, or configured with a custom command path.Check Hermes:
Install from npm:
Install the skill and MCP registration for Codex and Claude Code, then verify the complete setup:
Global installation is all-or-nothing for the requested agents. If Codex or
Claude Code is unavailable, conflicting, or cannot verify its user-scoped
stdio MCP entry, the command exits non-zero without installing the requested
skills. Use --project for an explicit skill-only setup.
Choose the channel that matches the agent surface. Hermes Agent must always be installed and configured on the same computer as the local bridge.
| Channel | What it configures | Install |
|---|---|---|
| npm installer | Skill and verified user-scoped MCP for Codex CLI/app and Claude Code | hermes-action install all |
| Claude Code marketplace | Claude plugin with the Skill and a version-pinned MCP server | claude plugin marketplace add TheBlueHouse75/hermes-action-bridge, then claude plugin install hermes-action@hermes-action-bridge |
| Claude Desktop | Self-contained MCPB extension for the bridge runtime | From the latest GitHub Release, download hermes-action-bridge-<version>.mcpb and open it with Claude Desktop |
| Agent Skills | Portable instructions for supported coding agents | npx skills add TheBlueHouse75/hermes-action-bridge --skill hermes-action-bridge |
| Smithery Skill | Public portable instructions in the Smithery Skill catalog | Check the latest release notes for the verified Skill listing or its pending status |
| Smithery MCPB | The same local MCPB bundle through the Smithery catalog | Check the latest release notes for the verified MCPB listing or its pending status |
The standalone Agent Skill only teaches an agent when and how to delegate; it does not register an MCP server. Use the npm installer, Claude marketplace, or MCPB channel when MCP tools are required.
Maintainers releasing a new version should follow the distribution runbook, which covers the automated release workflow and the manual directory publication checks.
Codex CLI and the Codex surface in the ChatGPT desktop app share the local Codex MCP configuration on the same host. A general ChatGPT connector is a different distribution target: it requires a remotely reachable MCP server and is not installed by this local stdio bundle.
Create a config file in your project:
Ask Hermes for a safe plan:
Delegate with a context file:
Run a dry-run to inspect what will be sent to Hermes:
plan: Hermes is instructed to return a plan only. Treat it as open-world because configured tools remain available.draft: Hermes produces an artifact only. No external side effects.execute: Hermes may execute allowed actions, while still following Hermes' own safety rules.request-approval: Hermes prepares an action without executing it. MCP
callers should use hermes_prepare and then hermes_approve; the latter
opens an interactive client form showing the exact action and executes only
after the human confirms it.The policy guard is deterministic and language-agnostic: in execute mode the bridge switches to request-approval by default — regardless of the prompt's wording or language — unless the preset is explicitly trusted (empty require_approval_for) or --yolo is set. Separately, every effective MCP execute request requires interactive client confirmation, including trusted presets and YOLO. The bridge does not try to infer risk from keywords.
Risk categories below are informational only: the bridge surfaces the ones it recognizes in the prompt envelope to help you and Hermes decide, but they never drive the mode. (Keyword matching is English-biased and trivially evaded, so it must not be a security control.)
publish_externalsend_messagesend_emaildeletepaymentgit_pushcredential_changeYOLO mode is off by default.
YOLO bypasses the mode-downgrade policy. It does not bypass the MCP interactive confirmation barrier, Hermes Agent's own safety rules, provider/tool approval prompts, or platform constraints. Direct CLI use remains an explicit trusted-local escape hatch.
Use it only when the caller and environment are trusted.
By default every execute is downgraded to request-approval — the right default when an agent might act unattended. When you are the one asking for an action and want it to run without that extra gate, define a trusted preset: one whose require_approval_for is an empty list. Put it in your user config so it is yours alone and available in every project:
Run actions through it — execute stays execute, with no downgrade and no --yolo needed:
Keep it safe:
SKILL.md stays cautious for everyone else.hermes-action loads config in this order:
User config path:
Project config path:
Example:
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hermes-action-bridge)<a href="https://allmcps.com/mcp/hermes-action-bridge"><img src="https://allmcps.com/api/badge/hermes-action-bridge?style=directory" alt="Hermes Action Bridge on AllMCPs" /></a>