Skip to content
Zed

GLM MCP for Zed

io.github.djerok/glm-mcp

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

client:Zed transport:stdio runtime:npm

Install GLM MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "glm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "glm-mcp"
      ],
      "env": {
        "GLM_API_KEY": "<GLM_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

GLM MCP in other clients