SAIHM MCP Server
by citw2
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODEL_A | No | First model to use. One of: claude, deepseek, qwen, kimi, glm, openai. Default: claude. | |
| MODEL_B | No | Second model to use. Default: deepseek. | |
| OPENAI_API_KEY | No | API key for GPT (OpenAI). Optional. | |
| ZHIPUAI_API_KEY | No | API key for GLM (Zhipu). Optional. | |
| DEEPSEEK_API_KEY | No | API key for DeepSeek. Optional. | |
| MOONSHOT_API_KEY | No | API key for Kimi (Moonshot). Optional. | |
| ANTHROPIC_API_KEY | No | API key for Claude (Anthropic). Optional; if not set, uses offline mock. | |
| DASHSCOPE_API_KEY | No | API key for Qwen (Alibaba). Optional. | |
| SAIHM_AUTH_HEADER | No | Bearer JWT for authentication when using the live SAIHM service (obtained from onboarding). | |
| SAIHM_ENDPOINT_URL | No | URL of the SAIHM endpoint. Default is a local sandbox (http://127.0.0.1:...). For live service, set to https://saihm.coti.global/mcp. | |
| SAIHM_MASTER_SECRET_HEX | No | Your master secret as a hex string (at least 64 hex chars). Generated and held only by you. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/citw2/demo-cross-model-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server