
Saihm Mcp
Give Claude Code or Cursor a sovereign, encrypted memory layer so agent context survives sessions without sending raw chats to a third-party memory SaaS.
Overview
SAIHM MCP is a MCP server for the Build phase that gives AI agents sovereign encrypted persistent memory with eight tools and GDPR erasure.
What is this MCP server?
- Eight MCP tools for sovereign encrypted persistent memory across agent sessions
- Operator-hosted endpoint with Bearer auth via SAIHM_ENDPOINT_URL and SAIHM_AUTH_HEADER
- GDPR erasure support for compliance-minded solo builders and small teams
- Apache-2.0 npm package @saihm/mcp-server with stdio transport
- Join flow at saihm.coti.global to obtain operator URL and token
- 8 MCP tools exposed by the server
- Apache-2.0 license
- Package version 0.1.2 (@saihm/mcp-server)
What problem does it solve?
Agent sessions forget prior decisions unless you paste context every time or park memory in opaque SaaS logs you do not control.
Who is it for?
Indie builders running long-horizon agent workflows who want encrypted, operator-scoped memory instead of ad-hoc notes in the repo.
Skip if: Teams that only need ephemeral chat, lack an operator endpoint, or cannot manage Bearer tokens and endpoint URLs.
What do I get? / Deliverables
After you register an operator endpoint and add the server to your agent, the assistant can read and write encrypted memory across sessions with erasure when compliance requires it.
- Eight MCP tools available for store/recall and memory governance in the agent
- Session-spanning encrypted memory backed by your issued endpoint
- GDPR erasure capability when you must delete stored agent memory
Recommended MCP Servers
Journey fit
Persistent memory is agent infrastructure you wire in while building or hardening your agent stack, before you rely on the assistant for multi-day product work. Fits agent-tooling because it exposes eight MCP tools for store, recall, and governance of agent memory rather than shipping end-user product UI.
How it compares
MCP memory integration with encryption and GDPR hooks, not a local markdown notes skill.
Common Questions / FAQ
Who is SAIHM MCP for?
Solo and small-team builders using Claude Code, Cursor, or Codex who need persistent, encrypted agent memory with a clear erasure story.
When should I use SAIHM MCP?
Use it when you start relying on an agent across many sessions on the same product and want memory outside the default chat transcript.
How do I add SAIHM MCP to my agent?
Join at saihm.coti.global, set SAIHM_ENDPOINT_URL and SAIHM_AUTH_HEADER, then register the @saihm/mcp-server stdio package in your MCP config.