New:Socket for Asana Is Now Available.Learn more
Get Started

hermai-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hermai-cli

Turn any website into a structured JSON API for AI agents.

Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
22
-51.11%
Maintainers
1
Weekly downloads
 
Created
Source

hermai-cli

npm wrapper for the hermai CLI — turns any website into a structured JSON API for AI agents.

Install

npm install -g hermai-cli
# or
npx hermai-cli --help

On install, the package's postinstall downloads the correct prebuilt binary for your platform (macOS/Linux/Windows × amd64/arm64) from the corresponding GitHub release, verifies its sha256 against the release's checksums.txt, and places it alongside the wrapper. No cgo, no Go toolchain required.

Environment

  • HERMAI_PLATFORM_KEY authenticates registry and MCP requests. You can also run hermai registry login once to store the key in local Hermai config.
  • HERMAI_SKIP_POSTINSTALL=1 skips the binary download at install time. Useful in sandboxed CI where outbound network to GitHub releases is blocked; you'll need to drop the binary at node_modules/hermai-cli/bin/hermai yourself.

MCP server

Expose Hermai as tools in any MCP-capable runtime:

hermai mcp serve

Generic MCP client config:

{
  "mcpServers": {
    "hermai": {
      "command": "hermai",
      "args": ["mcp", "serve"],
      "env": {
        "HERMAI_PLATFORM_KEY": "hm_sk_..."
      }
    }
  }
}

Other install channels

Usage

See docs.hermai.ai.

License

AGPL-3.0-or-later — same as the upstream binary.

Keywords

hermai

FAQs

Package last updated on 23 May 2026

Related posts