saihm-memory
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@saihm-memoryRemember my database connection string"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
demo-claude-code
SAIHM memory inside Claude Code, Cursor, and any MCP host.
A tiny MCP server that gives your AI coding assistant a persistent, client-side-encrypted memory it can remember, recall, and forget — backed by SAIHM. The memory is portable across models, non-custodial, and provably erasable.
⭐ Star this repo and share it if it's useful — help every agent get portable, provable memory. Share on X.
What your assistant gets
Four tools — saihm_remember, saihm_recall, saihm_forget, saihm_status — all sealed client-side via @saihm/mcp-server-pro. The endpoint only ever sees ciphertext.
Related MCP server: usecortex-mcp
Install
git clone https://github.com/citw2/demo-claude-code
cd demo-claude-code
npm installAdd it to Claude Code
claude mcp add saihm-memory -- node /absolute/path/to/demo-claude-code/server.mjsAdd it to Cursor
Add to ~/.cursor/mcp.json (or a project .cursor/mcp.json):
{
"mcpServers": {
"saihm-memory": {
"command": "node",
"args": ["/absolute/path/to/demo-claude-code/server.mjs"]
}
}
}Now ask your assistant to remember things — they persist through the session and any model can recall them. Out of the box this uses a local, in-process blind sandbox (memory lasts for the editor session) so you can try it with zero signup.
Durable, hosted memory (recommended)
For memory that follows you across machines and sessions — stored on the real, blind, non-custodial SAIHM endpoint — join SAIHM and add env to the same config:
{
"mcpServers": {
"saihm-memory": {
"command": "node",
"args": ["/absolute/path/to/demo-claude-code/server.mjs"],
"env": {
"SAIHM_ENDPOINT_URL": "https://saihm.coti.global/mcp",
"SAIHM_AUTH_HEADER": "Bearer <your-onboard-JWT>",
"SAIHM_MASTER_SECRET_HEX": "<>= 64 hex chars, generated and held only by you>"
}
}
}
}Your master secret never leaves your machine; the endpoint stores only ciphertext.
Learn more
Part of the SAIHM demos
demo-cross-model-memory — one memory across Claude, DeepSeek, Qwen, Kimi, GLM, GPT, with provable erasure.
Built on @saihm/mcp-server-pro and @saihm/client-pro.
Join the protocol: saihm.coti.global/join.
License
Apache-2.0 © SAIHM
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/citw2/demo-claude-code'
If you have feedback or need assistance with the MCP directory API, please join our Discord server