
@saihm/mcp-server-pro
@SAIHM-Admin
About @saihm/mcp-server-pro
What this is
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"saihm": {
"command": "npx",
"args": [
"-y",
"@saihm/mcp-server-pro"
],
"env": {
"SAIHM_ENDPOINT_URL": "https://saihm.coti.global/mcp"
},
"timeout": 60
}
}
}Tools
9Store information to SAIHM persistent encrypted memory (sealed client-side). Pass an existing cellId to update it. Use this when an agent or user wants a fact, decision, or context to persist across sessions.
Retrieve and decrypt your memories (opened client-side). Optional keyword filter. Use this at the start of a session or whenever past context is needed. Can ALSO read one specific cell another agent shared TO you — pass sharerPinnedAgentIdHashHex + sharerRecord + cellId (read-only; the sharer must have shared it with you).
Cryptographically erase a memory (GDPR Art. 17): destroys the endpoint-side wrapped DEK so the cell can never be decrypted again. Use this only to permanently and irreversibly delete a memory by its cell id.
Show operator-observable session status (no plaintext): tier, shards, sharing, BFSI, custody. Use this to check the identity, custody, storage, and sharing state of the current SAIHM session.
Share a cell with another agent, end-to-end authenticated. Pin the grantee's agentIdHash out-of-band. Use this to grant another agent access to a specific memory.
Revoke a prior share grant to a recipient for a cell. Use this to withdraw a grantee's access.
Submit a gSAIHM governance proposal. Scope MUST be 'emission_param' or 'protocol_upgrade'. Use this to open a protocol governance vote.
Cast a vote on an open gSAIHM governance proposal. Use this to approve or reject an open proposal by its proposalId.
Activate free SAIHM persistent memory for this agent. Call this when the user asks to join, sign up for, or set up SAIHM. It self-generates a sovereign memory key on this device and starts a one-time human approval — the tool returns a URL and short code for the user to open and enter. After the user approves, call saihm_join again to finish; the memory tools then work. No payment and no website visit.
Overview
What is SAIHM — Sovereign AI Horizontal Memory?
SAIHM is an MCP server that provides a sovereign, encrypted, sharable, persistent memory layer for AI agents. It exposes eight tools for storing, recalling, forgetting, sharing, and governing memory cells, with cryptographic auditing on COTI V2 mainnet. It is intended for users of MCP‑capable AI agents like Claude Code, Claude Desktop, and custom agents who want to own their memory.
How to use SAIHM — Sovereign AI Horizontal Memory?
Install the package via npm install @saihm/mcp-server-pro or run directly with npx @saihm/mcp-server-pro. Configure two environment variables (SAIHM_ENDPOINT_URL and SAIHM_AUTH_HEADER) pointing to a SAIHM operator endpoint, then wire the server into your MCP client (e.g., Claude Code) using the provided JSON configuration block.
Key features of SAIHM — Sovereign AI Horizontal Memory
- Eight MCP tools: remember, recall, forget, status, share, revoke share, governance propose, governance vote.
- True cryptographic erasure compliant with GDPR Article 17.
- Selective memory sharing with another agent or user.
- All operations forwarded to a SAIHM operator endpoint audited on COTI V2 mainnet.
- Reporting engine with bespoke templates for compliance (GDPR, SOC2, ISO27001, etc.).
- Security defaults: HTTPS-only endpoints, 30s abort window, 16 MB response cap, no filesystem reads.
Use cases of SAIHM — Sovereign AI Horizontal Memory
- Give any MCP‑capable AI agent a persistent, encrypted memory it can recall across sessions.
- Reduce context token usage by retrieving only relevant memory cells (benchmarked 62.8%–85.9% fewer input tokens).
- Comply with data erasure regulations by cryptographically forgetting specific memories.
- Share selected memories with another agent or user through
Basic information
More Memory & Knowledge MCP servers

Memory
modelcontextprotocolModel Context Protocol Servers
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Memlord
MyrikLDMemlord is a remote MCP server available at https://app.memlord.com.

Snipara
alopez3006MCP connector for Snipara, the Project Brain for AI coding agents
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Comments