hermes-forge

iknowkungfubar/hermes-forge
★ 0 stars Python AI/LLM Updated today
A self-hosted MCP server and Hermes Agent plugin that brings Forge's guardrail framework to Hermes Agent. This project reverse-engineers Forge's core architecture into a reusable, extensible MCP server with connected skills and tools.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hermes-forge": {
      "command": "uvx",
      "args": [
        "hermes-forge"
      ]
    }
  }
}

Or install with pip: pip install hermes-forge

README Excerpt

A self-hosted MCP server and Hermes Agent plugin that brings [Forge](https://github.com/antoinezambelli/forge)'s guardrail framework to Hermes Agent. This project reverse-engineers Forge's core architecture into a reusable, extensible MCP server with connected skills and tools. - **Response validation** — catch malformed or unknown tool calls before execution

Topics

agentic-aiforgeguardrailshermes-agentmcp-server