@saihm/mcp-server-pro
About
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…
Details
- Author
- SAIHM-Admin
- Downloads
- 403
- Categories
- Knowledge Base, AI
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
@saihm/mcp-server-proCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"@saihm/mcp-server-pro": {
"saihm": {
"command": "npx",
"args": [
"-y",
"@saihm/mcp-server-pro"
],
"env": {
"SAIHM_ENDPOINT_URL": "https://saihm.coti.global/mcp"
},
"timeout": 60
}
}
}
}
McpServers
{
"saihm": {
"command": "npx",
"args": [
"-y",
"@saihm/mcp-server-pro"
],
"env": {
"SAIHM_ENDPOINT_URL": "https://saihm.coti.global/mcp"
},
"timeout": 60
}
}
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. What makes SAIHM different? See: https://saihm.coti.global/blog/2026-05-31-what-makes-saihm-different
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


