← Index

io.github.SAIHM-Admin/saihm-mcp

io.github.SAIHM-Admin/saihm-mcp·v0.1.2·Memory & RAG
Quality Score
80
/100

Sovereign encrypted persistent memory for AI agents. 8 MCP tools. GDPR erasure. Apache-2.0.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "saihm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@saihm/mcp-server"
      ],
      "env": {
        "SAIHM_ENDPOINT_URL": "<saihm_endpoint_url>",
        "SAIHM_AUTH_HEADER": "<your-saihm_auth_header>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "saihm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@saihm/mcp-server"
      ],
      "env": {
        "SAIHM_ENDPOINT_URL": "<saihm_endpoint_url>",
        "SAIHM_AUTH_HEADER": "<your-saihm_auth_header>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @saihm/mcp-server
§02  Environment variables
SAIHM_ENDPOINT_URL
required

Your SAIHM operator endpoint URL (issued at https://saihm.coti.global/join).

SAIHM_AUTH_HEADER
requiredsecret

Authorization header (typically 'Bearer <token>') issued by your operator.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG