make mcp for Zed
io.github.danishashko/make-mcp
Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
client:Zed
transport:stdio
runtime:npm
Install make mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"make-mcp": {
"command": "npx",
"args": [
"-y",
"make-mcp-server"
],
"env": {
"MAKE_API_KEY": "<MAKE_API_KEY>",
"MAKE_TEAM_ID": "<MAKE_TEAM_ID>",
"MAKE_API_URL": "<MAKE_API_URL>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs