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