mcpbeat Sign in

Hermes Action Bridge MCP Server

by thebluehouse75 Your server? Claim it
local only

Hermes Action Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 26 Aug 2026.

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

Installs per day peak 437 · avg 32 · -74% w/w
a month agotoday
82
Installs / week
npm · hermes-action-bridge
5
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const spawned = spawn(config.runtime.command, args, { stdio: ["ignore", "pipe", "pipe"] });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hermes-action-bridge -- npx -y hermes-action-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hermes-action-bridge": {
      "args": [
        "-y",
        "hermes-action-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hermes-action-bridge]
command = "npx"
args = ["-y", "hermes-action-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "hermes-action-bridge": {
      "args": [
        "-y",
        "hermes-action-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hermes-action-bridge": {
      "args": [
        "-y",
        "hermes-action-bridge"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Hermes Action Bridge

same job, measured the same way
Ask Claude
by lykhoyda

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

588 installs/wk local only
Travel Assistant MCP
by forgemeshlabs

No-key travel MCP for Claude Desktop, Codex-style agents, Hermes, and other clients.

68 installs/wk local only
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

45 installs/wk local only
Tradesearcher
by tradesearcher

Search TradeSearcher strategies and backtests from Claude Code, Cursor, Codex, and other agents.

49 installs/wk local only
Claude Handoff
by vasilispapg

Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.

887 installs/wk local only
Codex Delegate
by andreilungeanu

Bridge AI coding hosts to the OpenAI Codex CLI for delegated implementation.

155 installs/wk local only
Warp Ozbridge
by sena-labs

OzBridge: run Warp Oz agents from any MCP client — Claude Code, Cursor, Codex, VS Code.

38 installs/wk local only
Fivexer
by fivexer

Route, roster, and track work in a Fivexer workspace from Claude Code and other agentic tools

answering

Hermes Action Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Hermes Action Bridge?
Hermes Action Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package hermes-action-bridge was installed 82 times last week.
How do I connect Hermes Action Bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hermes-action-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use Hermes Action Bridge?
The npm package hermes-action-bridge was installed 82 times in the last week. Week over week that is -74%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hermes Action Bridge open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.