Back to Discover

GlmMCP

connector

AceDataCloud

MCP server for GLM chat completions using Zhipu AI models via AceDataCloud

View on GitHub
0 starsSynced Aug 17, 2026

Install to Claude Code

/plugin marketplace add AceDataCloud/GlmMCP

README

MCP GLM Server

A Model Context Protocol (MCP) server for Zhipu GLM chat completions via the AceDataCloud platform.

Features

  • 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

Installation

pip install mcp-glm

Configuration

Set your AceDataCloud API token:

export ACEDATACLOUD_API_TOKEN=your_token_here

Get your token from https://platform.acedata.cloud.

Usage

stdio mode (default)

mcp-glm

HTTP mode

mcp-glm --transport http --port 8000

Available Tools

ToolDescription
glm_chat_completionsRun a GLM chat completion call
glm_list_modelsList available GLM models
glm_get_usage_guideGet the API usage guide

License

MIT — see LICENSE.

Rendered live from AceDataCloud/GlmMCP's GitHub README — not stored, always reflects the source repo.

2 Install Methods

NameDescriptionCategorySource
pypi packageInstall via pypi (stdio transport)mcp-servermcp-glm
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://glm.mcp.acedata.cloud/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.