saihm-mcp-server-pro
About
Sovereign encrypted memory for AI agents. Sealed on your machine. Start free: say Join SAIHM.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SAIHM_ENDPOINT_URL SAIHM_SELF_JOIN SAIHM_MASTER_SECRET_FILE SAIHM_HOMEClaude Code
claude mcp add --env SAIHM_ENDPOINT_URL= --env SAIHM_SELF_JOIN= --env SAIHM_MASTER_SECRET_FILE= --env SAIHM_HOME= saihm-mcp-server-pro -- npx @saihm/mcp-server-pro
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"saihm-mcp-server-pro","command":"npx","args":["@saihm/mcp-server-pro"],"env":{"SAIHM_ENDPOINT_URL":"","SAIHM_SELF_JOIN":"","SAIHM_MASTER_SECRET_FILE":"","SAIHM_HOME":""}}'
JSON
{
"mcpServers": {
"saihm-mcp-server-pro": {
"command": "npx",
"args": [
"@saihm/mcp-server-pro"
],
"env": {
"SAIHM_ENDPOINT_URL": "",
"SAIHM_SELF_JOIN": "",
"SAIHM_MASTER_SECRET_FILE": "",
"SAIHM_HOME": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.