Home › Knowledge & Memory › saihm-mcp-server-pro

saihm-mcp-server-pro

Free-to-start portable memory for AI agents: encrypted, shareable, provably erased. Join SAIHM.

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.11.2)

npx -y @saihm/mcp-server-pro@0.11.2

Or add to your MCP client config:

{
  "mcpServers": {
    "saihm-mcp-server-pro": {
      "command": "npx",
      "args": [
        "-y",
        "@saihm/mcp-server-pro@0.11.2"
      ],
      "env": {
        "SAIHM_ENDPOINT_URL": "<YOUR_VALUE>",
        "SAIHM_SELF_JOIN": "<YOUR_VALUE>",
        "SAIHM_MASTER_SECRET_FILE": "<YOUR_VALUE>",
        "SAIHM_HOME": "<YOUR_VALUE>"
      }
    }
  }
}
  • SAIHM_ENDPOINT_URL — SAIHM operator endpoint. Optional: defaults to the hosted service at https://saihm.net/mcp.
  • SAIHM_SELF_JOIN — Self-join is ON by default: the saihm_join tool generates a non-custodial identity on this device and activates the free trial, so no master secret is needed. Set to '0' to suppress the tool.
  • SAIHM_MASTER_SECRET_FILE secret — Path to a mode-600 file holding a 64+ hex-char master secret. Only needed if you opt out of self-join or are restoring an existing identity. Never transmitted.
  • SAIHM_HOME — Base dir for the self-join identity file ($SAIHM_HOME/free-identity.key, mode 600). Defaults to ~/.saihm. Also the fallback state directory when SAIHM_STATE_DIR is unset.

Related servers

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

Data from the Official MCP Registry