Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Saihm MCP
Saihm MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 2:01:20 PM

Saihm MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
memoryencryptionmcpagents

Encrypted persistent memory for MCP agents, with recall, erasure, sharing, status, and optional governance tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "saihm-admin-saihm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@saihm/mcp-server"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (8) Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

SAIHM-Admin/saihm-mcp MCP server gives MCP-compatible agents persistent encrypted memory through a configured SAIHM operator. It provides tools to store, recall, cryptographically erase, share, and revoke access to memory cells, plus status and optional governance operations. The package is a crypto-free protocol client: storage, encryption, and decryption happen behind the operator endpoint, while the server forwards MCP requests. Reach for it when an agent needs context that survives sessions and models, provided you have access to a custodial SAIHM operator and its authentication token.

Use cases

•Store agent decisions across sessions
•Recall prior context at the start of a task
•Erase a memory cell permanently
•Share selected memory shards with another agent
•Inspect the current SAIHM session state

Key features

•Persistent encrypted memory
•Keyword-filtered memory recall
•Cryptographic memory erasure
•Scoped memory sharing and revocation
•Session and storage status reporting
•Optional protocol governance tools

Capabilities & Tool Schemas (8) ~1.2k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Saihm MCP.

saihm_remember

Store 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_recall

Retrieve 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_forget

Cryptographically 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_status

Show 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_share

Grant 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_share

Revoke 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.

How Saihm MCP works

What SAIHM-Admin/saihm-mcp MCP server does

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.

How it works

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.

Setup and configuration

Install the package with:

Terminal
npx -y @saihm/mcp-server

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.

Tools and capabilities

SAIHM-Admin/saihm-mcp MCP server supports these workflows:

  • Store a new encrypted memory and receive its cell ID.
  • Recall all memories or filter them with a keyword.
  • Permanently erase a cell by ID under the described GDPR Article 17 workflow.
  • Inspect reported agent identity, tier, scores, storage information, and sharing state.
  • Grant selected shards to another agent without copying the memory.
  • Revoke a sharing contract by contract ID.
  • Submit governance proposals or cast votes when the operator has enabled governance.

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.

Limitations and notes

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.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Basic Memory logoBasic Memory

    Persistent, local-first AI memory: a semantic knowledge graph of plain Markdown files that humans and LLMs both read and write. Works with any MCP client, with optional cloud sync and team workspaces.

    🧠 Knowledge & Memory2 views
    Compare vs Basic Memory →
  • Iai Personal Memory Engine logoIai Personal Memory Engine

    Local memory daemon for any MCP-over-stdio client with three-tier storage (episodic/semantic/procedural). Own SQLite + hnswlib store (Hippo) with bge-small-en-v1.5, MIT-licensed community-detection reranking (MOSAIC), and sleep-cycle consolidation. AES-256-GCM encrypted at rest, no telemetry. Verbatim recall >=99% and post-contradiction Rescue@10 1.000 at honest scale. Ambient capture via shell hooks. Windows support in beta.

    🧠 Knowledge & Memory2 views
    Compare vs Iai Personal Memory Engine →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
8
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Saihm MCP

Run `npx -y @saihm/mcp-server`, then configure the required endpoint and authorization environment variables.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSaihm MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/saihm-admin-saihm-mcp?style=directory)](https://allmcps.com/mcp/saihm-admin-saihm-mcp)
HTML Embed
<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>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseApache-2.0
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
3/7 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 28, 2026
57Quality signal: Good Ā· 57/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· @saihm/mcp-server (npm)

ā˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Saihm MCP →Install in Claude DesktopInstall in CursorInstall in VS Code