🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-glm

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-glm

MCP Server for GLM via AceDataCloud API

pipPyPI
Version
2026.7.30.0
Weekly downloads
747
Maintainers
1

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.

Keywords

acedata

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts