mcpbeat Sign in
I

Hermes Prime MCP Server

local only

Hermes Prime runs on your own machine — the client starts it, so there is no endpoint to ping.

Read-only stdio MCP server for a versioned convention card in Claude Code.

Installs / week
pypi · hermes-prime-mcp
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check Hermes Prime every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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-prime -- uvx hermes-prime-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hermes-prime": {
      "args": [
        "hermes-prime-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hermes-prime]
command = "uvx"
args = ["hermes-prime-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hermes-prime": {
      "args": [
        "hermes-prime-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hermes-prime": {
      "args": [
        "hermes-prime-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: HERMES_PRIME_FRAGMENT_ROOT (Directory containing a trusted custom CLAUDE-fragment.md (default: the versioned card bundled with the installed package).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hermes Prime

same job, measured the same way
Claudex
by kunwar-shah

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

84 installs/wk local only
Morningform
by contactxyz-admin

stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server.

22 installs/wk local only
Hostaway
by uncfreak1255-code

Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings

77 installs/wk local only
Lodekeep
by lodekeep

Memory MCP server for Claude Code. Correct a fact and the old version stops being recalled.

215 installs/wk answering
Relay
by mhcoen

MCP relay server for Claude Desktop <-> Claude Code communication

105 installs/wk local only
Vibecheck MCP
by vibecheckaiofficial

AI Code Firewall — MCP Server for hallucination prevention in AI development

17 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
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

Hermes Prime — questions

Answers built from our own checks of this server.

Why is there no uptime for Hermes Prime?
Hermes Prime 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 pypi package hermes-prime-mcp.
How do I connect Hermes Prime?
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-prime-mcp straight from pypi; nothing to host, nothing to sign up for.