Skip to main content
Glama
citw2

SAIHM MCP Server

by citw2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MODEL_ANoFirst model to use. One of: claude, deepseek, qwen, kimi, glm, openai. Default: claude.
MODEL_BNoSecond model to use. Default: deepseek.
OPENAI_API_KEYNoAPI key for GPT (OpenAI). Optional.
ZHIPUAI_API_KEYNoAPI key for GLM (Zhipu). Optional.
DEEPSEEK_API_KEYNoAPI key for DeepSeek. Optional.
MOONSHOT_API_KEYNoAPI key for Kimi (Moonshot). Optional.
ANTHROPIC_API_KEYNoAPI key for Claude (Anthropic). Optional; if not set, uses offline mock.
DASHSCOPE_API_KEYNoAPI key for Qwen (Alibaba). Optional.
SAIHM_AUTH_HEADERNoBearer JWT for authentication when using the live SAIHM service (obtained from onboarding).
SAIHM_ENDPOINT_URLNoURL 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_HEXNoYour 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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