A Model Context Protocol (MCP) server for Zhipu GLM chat completions via the AceDataCloud platform.
- GLM chat completions: Call Zhipu GLM models through a uniform MCP tool
- Model discovery: List the GLM models exposed by AceDataCloud
- Usage guide: Inline tool returning the API usage guide
pip install mcp-glmSet your AceDataCloud API token:
export ACEDATACLOUD_API_TOKEN=your_token_hereGet your token from https://platform.acedata.cloud.
mcp-glmmcp-glm --transport http --port 8000| Tool | Description |
|---|---|
glm_chat_completions |
Run a GLM chat completion call |
glm_list_models |
List available GLM models |
glm_get_usage_guide |
Get the API usage guide |
MIT — see LICENSE.