HomeKnowledge & Memory › saihm-mcp

saihm-mcp

MCP standards client for your own custodial SAIHM operator. Free start: @saihm/mcp-server-pro

TypeScript CloudLocal macOSWindowsLinux
★ 1 stars Last pushed 2026-09-23 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.16)

npx -y @saihm/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "saihm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@saihm/[email protected]"
      ],
      "env": {
        "SAIHM_ENDPOINT_URL": "<YOUR_VALUE>",
        "SAIHM_AUTH_HEADER": "<YOUR_VALUE>"
      }
    }
  }
}
  • SAIHM_ENDPOINT_URL required — Endpoint URL of the custodial SAIHM operator you run or subscribe to. Not the hosted service at https://saihm.net, which is non-custodial: use @saihm/mcp-server-pro for that.
  • SAIHM_AUTH_HEADER required secret — Authorization header (typically 'Bearer <token>') issued by your operator.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry