mcpbeat Sign in

Saihm MCP Server Pro

local only

Saihm MCP Server Pro runs on your own machine — the client starts it, so there is no endpoint to ping. 1 268 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 476 · avg 85 · +876% w/w
a month agotoday
1 268
Installs / week
npm · @saihm/mcp-server-pro
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Saihm MCP Server Pro every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add saihm-mcp-server-pro -- npx -y @saihm/mcp-server-pro
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "saihm-mcp-server-pro": {
      "args": [
        "-y",
        "@saihm/mcp-server-pro"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.saihm-mcp-server-pro]
command = "npx"
args = ["-y", "@saihm/mcp-server-pro"]
.cursor/mcp.json
{
  "mcpServers": {
    "saihm-mcp-server-pro": {
      "args": [
        "-y",
        "@saihm/mcp-server-pro"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "saihm-mcp-server-pro": {
      "args": [
        "-y",
        "@saihm/mcp-server-pro"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SAIHM_ENDPOINT_URL (SAIHM operator endpoint. Optional: defaults to the hosted service at https://saihm.coti.global/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 (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Saihm MCP Server Pro

same job, measured the same way
Openfuse MCP
by openfused

Encrypted mail, shared memory, and persistent context for AI agents.

111 installs/wk local only
ChainMemory
by chaelynet

Persistent cross-model memory for AI agents: verifiable, portable, client-side encrypted.

777 installs/wk local only
Sutra
by shivnathtathe

Private, portable memory and reusable skills for AI agents.

answering
A
ENYAL by Greenland AI
by enyal

ENYAL by Greenland AI — encrypted identity & memory for AI agents (query, recall, provenance)

answering
Agtrepo Memory
by agtrepo

Encrypted, pay-per-use persistent memory storage for AI agents, gated by x402 payments on Base.

6 tools answering
Vnsh
by raullenchai

Portable workspaces for AI agents: one encrypted link any agent can read and write

126 installs/wk local only
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering
Tre
by tre-app

Tre — shared memory kanban for humans and agents (MCP Streamable HTTP).

answering

Saihm MCP Server Pro — questions

Answers built from our own checks of this server.

Why is there no uptime for Saihm MCP Server Pro?
Saihm MCP Server Pro runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @saihm/mcp-server-pro was installed 1 268 times last week.
How do I connect Saihm MCP Server Pro?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @saihm/mcp-server-pro straight from npm; nothing to host, nothing to sign up for.
How many people use Saihm MCP Server Pro?
The npm package @saihm/mcp-server-pro was installed 1 268 times in the last week. Week over week that is +876%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Saihm MCP Server Pro open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.