saihm-client-pro

SAIHM-Admin/saihm-client-pro
★ 0 stars TypeScript Security Updated today
Production client-side cryptography for SAIHM non-custodial agent memory: post-quantum (ML-DSA-65/ML-KEM-768), per-cell AES-256-GCM, provable crypto-shred erasure, authenticated sharing + one-step revoke. Your keys never leave the client. Pairs with @saihm/mcp-server.
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": {
    "saihm-client-pro": {
      "command": "npx",
      "args": [
        "-y",
        "SAIHM-Admin/saihm-client-pro"
      ]
    }
  }
}

README Excerpt

Client-side envelope cryptography for **SAIHM non-custodial memory**. This library performs every cryptographic operation that touches your plaintext or your master secret **on the client**. SAIHM's runtime stores, anchors, shares, and bills over the resulting ciphertext **blind** — it never holds your keys and cannot read your memory.