Catalog
io.github.djerok/glm-mcp
Officialby djerok · JavaScript
GLM MCP
GLM (Zhipu/Z.ai) as a ~10x cheaper file-editing subagent for AI coding agents.
GLM (Zhipu/Z.ai) as a ~10x cheaper file-editing subagent for AI coding agents.
Topics
ai-agentsanthropicclaude-codeglmllmmcpmodel-context-protocolsubagentzhipu
README not available yet.
Install
Configuration
Environment variables
GLM_API_KEYrequiredsecretZ.ai / Zhipu GLM Coding Plan API key. Required for GLM calls; the server boots and answers MCP introspection without it.
claude_desktop_config.json
{
"mcpServers": {
"glm-mcp": {
"command": "npx",
"args": [
"-y",
"glm-mcp@1.1.8"
],
"env": {
"GLM_API_KEY": "<YOUR_GLM_API_KEY>"
}
}
}
}