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
{
"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