Skip to content
Zed

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

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

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

make mcp in other clients