saihm mcp server pro for VS Code
io.github.saihm-admin/saihm-mcp-server-pro
Free-to-start portable memory for AI agents: encrypted, shareable, provably erased. Join SAIHM.
client:VS Code
transport:stdio
runtime:npm
Install saihm mcp server pro in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "saihm-endpoint-url",
"description": "SAIHM_ENDPOINT_URL",
"password": true
},
{
"type": "promptString",
"id": "saihm-self-join",
"description": "SAIHM_SELF_JOIN",
"password": true
},
{
"type": "promptString",
"id": "saihm-master-secret-file",
"description": "SAIHM_MASTER_SECRET_FILE",
"password": true
},
{
"type": "promptString",
"id": "saihm-home",
"description": "SAIHM_HOME",
"password": true
}
],
"servers": {
"saihm-mcp-server-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@saihm/mcp-server-pro"
],
"env": {
"SAIHM_ENDPOINT_URL": "${input:saihm-endpoint-url}",
"SAIHM_SELF_JOIN": "${input:saihm-self-join}",
"SAIHM_MASTER_SECRET_FILE": "${input:saihm-master-secret-file}",
"SAIHM_HOME": "${input:saihm-home}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs