Skip to main content
ClaudeWave

MCP server for GLM chat completions (Zhipu AI) via Ace Data Cloud.

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
Install in Claude Code / Claude Desktop
Method: pip / Python · mcp-glm
Claude Code CLI
claude mcp add glmmcp -- python -m mcp-glm
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "glmmcp": {
      "command": "python",
      "args": ["-m", "mcp-glm"],
      "env": {
        "ACEDATACLOUD_API_TOKEN": "<acedatacloud_api_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install mcp-glm
Detected environment variables
ACEDATACLOUD_API_TOKEN
Use cases

MCP Servers overview

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

## License

MIT — see [LICENSE](LICENSE).
acedata-clouddeveloper-toolsglmllmmcpmcp-servermodel-context-protocolzhipuai

What people ask about GlmMCP

What is AceDataCloud/GlmMCP?

+

AceDataCloud/GlmMCP is mcp servers for the Claude AI ecosystem. MCP server for GLM chat completions (Zhipu AI) via Ace Data Cloud. It has 0 GitHub stars and was last updated today.

How do I install GlmMCP?

+

You can install GlmMCP by cloning the repository (https://github.com/AceDataCloud/GlmMCP) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is AceDataCloud/GlmMCP safe to use?

+

AceDataCloud/GlmMCP has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains AceDataCloud/GlmMCP?

+

AceDataCloud/GlmMCP is maintained by AceDataCloud. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to GlmMCP?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy GlmMCP to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: AceDataCloud/GlmMCP
[![Featured on ClaudeWave](https://claudewave.com/api/badge/acedatacloud-glmmcp)](https://claudewave.com/repo/acedatacloud-glmmcp)
<a href="https://claudewave.com/repo/acedatacloud-glmmcp"><img src="https://claudewave.com/api/badge/acedatacloud-glmmcp" alt="Featured on ClaudeWave: AceDataCloud/GlmMCP" width="320" height="64" /></a>

More MCP Servers

GlmMCP alternatives