MCP server for ZhipuAI GLM — chat and text embeddings
Project description
glm-mcp
MCP server for ZhipuAI GLM — exposes chat and text embeddings to Claude Code (and any MCP-compatible client) via the OpenAI-compatible API.
Tools
| Tool | Description |
|---|---|
glm_chat |
Text completion — default model glm-4-flash, pass model= to use any GLM chat model (e.g. glm-5) |
glm_embed |
Text embeddings — default model embedding-3, pass model= to override |
Quick Start
Install via uvx (recommended)
uvx glm-mcp
Add to Claude Code
Add to ~/.claude.json:
{
"mcpServers": {
"glm-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["glm-mcp"],
"env": {
"GLM_API_KEY": "your_api_key_here"
}
}
}
}
Get your API key at https://open.bigmodel.cn/.
Run from source
git clone https://github.com/sky-zhang01/glm-mcp
cd glm-mcp
uv sync
GLM_API_KEY=your_key uv run glm-mcp
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
GLM_API_KEY |
Yes | — | ZhipuAI API key |
GLM_BASE_URL |
No | https://open.bigmodel.cn/api/paas/v4/ |
API endpoint override |
Token Usage Logging
Each tool call appends a JSON line to ~/.glm-mcp/usage.jsonl:
{"timestamp": "...", "tool": "glm_chat", "model": "glm-4-flash", "input_tokens": 13, "output_tokens": 15}
Development
uv sync --dev
uv run pytest --cov=glm_mcp --cov-report=term-missing
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file glm_mcp-0.3.0.tar.gz.
File metadata
- Download URL: glm_mcp-0.3.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab63827ecb3e2aa8f2e45e8006e1ccd22fc5211ef3f3ae7b84daded001dd41b5
|
|
| MD5 |
4efbcd5f02d4326c9307bdce770f836e
|
|
| BLAKE2b-256 |
93517b4e8e386e02cb670f67068553ca4cdbce53bfa92ff927b0303c636a4062
|
File details
Details for the file glm_mcp-0.3.0-py3-none-any.whl.
File metadata
- Download URL: glm_mcp-0.3.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6abe58faa9c0b3d773189cd43cd7eecb9e579b4a56e61863e256bbd822c97693
|
|
| MD5 |
e377674c465d74d8f8772b413c5dff5f
|
|
| BLAKE2b-256 |
b42d1304928289bfd89d843f00dbbc1e015747e2939706fe3bb76e38936891b2
|