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 SAIHM on GitHub 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: evermemos-mcp-server
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": "<at least 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenancePersistent memory for AI coding agents. Store coding standards, architecture decisions, and project context across sessions with AES-256 encryption.Last updated81MIT
- AlicenseAqualityDmaintenanceEnables AI coding assistants to store and retrieve persistent long-term memory across sessions, remembering project preferences, build steps, and architecture decisions.Last updated4MIT
- Alicense-qualityAmaintenanceProvides non-custodial, post-quantum encrypted memory for AI agents, enabling portable memory across models with provable erasure.Last updated1Apache 2.0
- Alicense-qualityAmaintenanceLocal-first, encrypted memory for AI agents, with cryptographic forgetting.Last updated2Apache 2.0
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Hosted memory for AI agents that learns and forgets — one key across Claude, Cursor & ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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