Encrypted persistent memory for MCP agents, with recall, erasure, sharing, status, and optional governance tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
This server is confirmed live ā we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Saihm MCP.
saihm_rememberStore information in SAIHM persistent encrypted memory. Use this when a fact, decision, or piece of context should outlive the current session. Returns the cell id that saihm_forget takes.
saihm_recallRetrieve memories from the SAIHM encrypted store; the operator decrypts and returns plaintext, and this client holds no keys. Use at the start of a session, or whenever past context is needed. Pass a keyword to filter, or leave empty to load all.
saihm_forgetCryptographically erase one memory by its cell id (GDPR Art. 17). Destroying the key makes the content unreadable to everyone, the operator included. Irreversible: use it when erasure is the intent, not to tidy a working set.
saihm_statusShow the current SAIHM session: agent identity, tier, the prs and bfsi scores, storage by tier, and sharing state, as far as the operator reports them ā a non-custodial operator cannot see stored-byte totals. Use it to check the agent identity, custody mode, and what the operator reports about storage and sharing.
saihm_shareGrant other agents access to specific memory shards. Set type to 'temporary', 'permanent' or 'syndicate', and scope to 'read', 'write' or 'readwrite'. Grantees are hex agent-id hashes, not names, and shardIds lists exactly what is shared: nothing outside it is exposed, and sharing does not copy the memory.
saihm_revoke_shareRevoke a sharing contract by its contractId, withdrawing access granted with saihm_share. It applies to future reads and cannot retract what a grantee has already read. Use it to end access; the memory itself remains, and saihm_forget is what erases.
SAIHM-Admin/saihm-mcp MCP server adds persistent memory operations to MCP-capable agents. Agents can save facts, decisions, or other context for later sessions, retrieve stored memories, erase a memory cell, and manage narrowly scoped access for other agents. The package exposes eight MCP tools: saihm_remember, saihm_recall, saihm_forget, saihm_status, saihm_share, saihm_revoke_share, saihm_governance_propose, and saihm_governance_vote.
The memory model is designed around user-controlled data. Forgetting a cell destroys its key and is irreversible, while revoking a share stops future access without retracting content that a recipient already read. Sharing identifies recipients by hexadecimal agent-ID hashes and can use temporary, permanent, or syndicate access with read, write, or read-write scope.
SAIHM-Admin/saihm-mcp MCP server communicates over MCP with the SAIHM operator URL supplied in its environment. It does not implement cryptography, keep the memory store, or run the protocol itself. The configured operator handles those functions and returns the results to the client. The package does not transmit raw private keys.
The implementation is intended for a custodial operator that performs cryptography server-side. The hosted SAIHM service at saihm.coti.global is described as non-custodial and therefore is not suitable for this crypto-free package; that service requires a client-side cryptographic package instead. The operator stack is described as running on COTI V2 mainnet.
Read-only tools include recall and status. The forget, share, revoke-share, and governance operations can change state. Governance proposal and voting calls are disabled by default and return an error unless the configured operator enables them. When enabled, proposals return an ID for voting, and vote weight uses the governance-token balance at the proposal snapshot epoch.
Install the package with:
Configure these environment variables in the MCP host's server definition or export them before launch:
SAIHM_ENDPOINT_URL: URL of the custodial SAIHM operator MCP endpoint.SAIHM_AUTH_HEADER: authorization header value expected by that operator, typically a bearer token.The server reads process environment variables and does not load .env files or configuration from disk. Until both an endpoint and suitable authentication are configured, the tools have nowhere to send requests and will return an error. A Claude Desktop configuration can launch the package through npx and provide the variables in its env block.
SAIHM-Admin/saihm-mcp MCP server supports these workflows:
Each tool includes MCP annotations such as read-only, destructive, idempotent, and open-world hints, along with a human-readable title. These annotations let compatible hosts apply confirmations and help agents choose tools appropriately.
This package requires an operator endpoint and token; it is not a standalone encrypted database. It also cannot use the hosted non-custodial service as-is because it has no client-side cryptography. Use the companion client-side package for that deployment model.
Treat saihm_forget as destructive: key destruction makes the memory unreadable and cannot be undone. Revoking a share affects future reads only. Governance calls should be expected to fail on operators where the feature remains disabled. The package is licensed under Apache-2.0.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/saihm-admin-saihm-mcp)<a href="https://allmcps.com/mcp/saihm-admin-saihm-mcp"><img src="https://allmcps.com/api/badge/saihm-admin-saihm-mcp?style=directory" alt="Saihm MCP on AllMCPs" /></a>