Hermes Agent MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.
Operate a local Hermes Agent install over stdio: tasks, cron, config, gateway, doctor. No network.
Today is the operative word: we check Hermes Agent MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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.
claude mcp add hermes-agent-mcp -- uvx hermes-agent-mcp
{
"mcpServers": {
"hermes-agent-mcp": {
"args": [
"hermes-agent-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.hermes-agent-mcp]
command = "uvx"
args = ["hermes-agent-mcp"]
{
"mcpServers": {
"hermes-agent-mcp": {
"args": [
"hermes-agent-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"hermes-agent-mcp": {
"args": [
"hermes-agent-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
HERMES_HOME (Hermes data directory (default ~/.hermes)), HERMES_MCP_ALLOW_WRITE (Allow state-changing tools (default 1)), HERMES_MCP_ALLOW_SHELL (Enable the shell tool (default 0)).
The author declared them in the registry entry; get the values from the project itself.
Discover and load Agent Skills from configured local directories and Git sources over stdio MCP.
Generate PDF documents locally with text, headings, and pages. No network and no key.
File a task with your local no_human and check on it: task_add and task_status over stdio.
Generate QR codes as PNG images locally. No network and no key.
A stdio connector for the local ae-mcp After Effects panel; install the AE extension separately.
Generate Word documents locally with headings, paragraphs, and tables. No network and no key.
Local MCP gateway daemon: route, audit, and inspect MCP servers from one config.
Local daemon giving AI agents named locks, shared state, events, and a task queue over MCP.
Answers built from our own checks of this server.