Skip to content
Zed

Bult for Zed

io.github.bultcloud/mcp-server

Deploy and manage Bult apps from AI coding agents.

client:Zed transport:stdio runtime:npm

Install Bult 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@bultcloud/mcp-server"
      ],
      "env": {
        "BULT_API_URL": "<BULT_API_URL>",
        "BULT_API_TOKEN": "<BULT_API_TOKEN>"
      }
    }
  }
}

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

Bult in other clients