SAIHM
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAIHM_AUTH_HEADER | Yes | The Authorization header value (typically Bearer token) | |
| SAIHM_ENDPOINT_URL | Yes | The SAIHM operator endpoint URL (HTTPS required, except localhost) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| saihm_rememberA | Store information to SAIHM persistent encrypted memory. |
| saihm_recallA | Retrieve and decrypt memories from SAIHM encrypted store. |
| saihm_forgetA | Cryptographically erase a memory (GDPR Art. 17 erasure). |
| saihm_statusB | Show SAIHM session status (PRS, BFSI, storage by tier, sharing, PHI). |
| saihm_shareA | Create a sharing contract (TEMPORARY/PERMANENT/SYNDICATE) over one or more shards. |
| saihm_revoke_shareC | Revoke an existing sharing contract by its contractId. |
| saihm_governance_proposeA | Submit a gSAIHM-governance proposal. Scope MUST be 'emission_param' or 'protocol_upgrade'. |
| saihm_governance_voteA | Cast a vote on an open gSAIHM-governance proposal. Vote weight is derived from gSAIHM balance at proposal.snapshotEpoch. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SAIHM-Admin/saihm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server