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.
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/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"saihm-mcp-server-pro": {
"command": "npx",
"args": [
"-y",
"@saihm/[email protected]"
],
"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_FILEsecret — 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
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry