Hermes Action Bridge MCP Server

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. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-07 · ★ 5 · #74 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Hermes Action Bridge

before you install - you'll need

Set HERMES_ACTION_HTTP_TOKEN before connecting.

Claude Code

claude mcp add thebluehouse75-hermes-action-bridge -- npx -y hermes-action-bridge

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-06-30 - young repo, little track record yet

license MIT - declared in the repository

npm package hermes-action-bridge - unscoped; check the name against the project README before installing

registry namespace io.github.TheBlueHouse75 is GitHub-verified and matches the repo owner

03 · What Hermes Action Bridge can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.2 · 2026-07-25

Highlights · Publishes portable MCPB tool metadata generated from the live MCP handshake. · Enforces exact archive/runtime tool-catalog parity without maintaining a second manual tool list. · Improves discovery for…

v0.6.1 · 2026-07-25

Hermes Action Bridge 0.6.1 publishes the complete multi-agent distribution bundle prepared in 0.6.0 and fixes the CI timeout that stopped that release before publication. · Highlights: · complete Codex and Claude…

v0.6.0 · 2026-07-25

Publication aborted before immutable artifacts. · The v0.6.0 release workflow failed during the MCPB reproducibility test because GitHub-hosted runners exceeded Vitest's default timeout. The workflow stopped before npm…

04 · Who maintains Hermes Action Bridge

Hermes Action Bridge is maintained by thebluehouse75. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
automation - ranked #74 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-07-25)
registry
io.github.TheBlueHouse75/hermes-action-bridge (active, first published 2026-06-30 · 6 versions)
packages
npm:hermes-action-bridge

06 · Hermes Action Bridge FAQ

What is Hermes Action Bridge?

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. It runs locally over stdio via the published package.

Is Hermes Action Bridge still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-07 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Hermes Action Bridge?

Run `npx -y hermes-action-bridge`. The README documents one environment variable (HERMES_ACTION_HTTP_TOKEN) to set first. Set HERMES_ACTION_HTTP_TOKEN before connecting. You can also paste the ready-made client config above.

Does Hermes Action Bridge run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Hermes Action Bridge

More automation MCP servers · X Openapi Flow MCP · Snapstate · Clawtouch MCP · Anodizer · Server for PowerPoint (trsdn)

More TypeScript MCP servers · Totem · CV Forge · Replicant MCP · Myco Brain · Writing Style Checker · see all