Back to the catalog

io.github.AceDataCloud/mcp-glm

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

Open source Repository Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
No topic detected
Publisher
acedatacloud
Origin
official
Category
ferramentas
Transport
http
Version
2026.8.28.0
Last push
2026-08-28T10:39:52Z
Repository state
ativo
Language
Python
License
MIT
Added
2026-08-29 03:01:39
Updated
2026-08-29 03:01:39
Origin id
io.github.AceDataCloud/mcp-glm

README

# MCP GLM Server

<!-- mcp-name: io.github.AceDataCloud/mcp-glm -->

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

```bash
pip install mcp-glm
```

## Configuration

Set your AceDataCloud API token:

```bash
export ACEDATACLOUD_API_TOKEN=your_token_here
```

Get your token from [https://platform.acedata.cloud](https://platform.acedata.cloud).

## Usage

### stdio mode (default)

```bash
mcp-glm
```

### HTTP mode

```bash
mcp-glm --transport http --port 8000
```

## Available Tools

| 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 |

## Documentation

<!-- canonical-documentation -->
[Documentation](https://platform.acedata.cloud/documents/glm-chat-completions)

## License

MIT — see [LICENSE](LICENSE).

More