Skip to content
Zed

Neural Draft for Zed

io.github.vbalagovic/neuraldraft-mcp

Neural Draft MCP — CMS, blog, bookings, galleries, commerce. 38 tools.

client:Zed transport:stdio runtime:npm

Install Neural Draft 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": {
    "neuraldraft-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@neuraldraft/mcp"
      ],
      "env": {
        "NEURALDRAFT_API_KEY": "<NEURALDRAFT_API_KEY>",
        "NEURALDRAFT_API_URL": "<NEURALDRAFT_API_URL>",
        "NEURALDRAFT_PROJECT_ID": "<NEURALDRAFT_PROJECT_ID>",
        "NEURALDRAFT_DISPLAY_NAME": "<NEURALDRAFT_DISPLAY_NAME>"
      }
    }
  }
}

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

Neural Draft in other clients