HomeDevelopment › GLM MCP

GLM MCP

GLM (Zhipu/Z.ai) as a ~10x cheaper file-editing subagent for AI coding agents.

TypeScript Local macOSWindowsLinux
★ 3 stars Last pushed 2026-07-15 License: MIT

Topics: Coding Agents

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.3.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "glm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "GLM_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • GLM_API_KEY required secret — Z.ai / Zhipu GLM Coding Plan API key. Required for GLM calls; the server boots and answers MCP introspection without it.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry