Odel
hermai mcp

hermai mcp

Local
@hermai-aiJavaScriptUpdated 3w ago

Dedicated Hermai MCP server for schema lookup, request intake, and workflow classification.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhermai-mcpv1.0.0

Run

npx -y hermai-mcp

MCP client config

{
  "mcpServers": {
    "hermai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hermai-mcp"
      ]
    }
  }
}