
SAIHM — Sovereign AI Horizontal Memory
@SAIHM-Admin
关于 SAIHM — Sovereign AI Horizontal Memory
What this is
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"saihm": {
"command": "npx",
"args": [
"-y",
"@saihm/mcp-server"
],
"env": {
"SAIHM_ENDPOINT_URL": "https://operator.example.com/mcp",
"SAIHM_AUTH_HEADER": "Bearer <token>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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 or run directly with npx @saihm/mcp-server. 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
记忆与知识 分类下的更多 MCP 服务器
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.
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
评论