bedc mcp for Zed
io.github.be-dce/bedc-mcp
MCP server for Dual Canvas Execution (DCE) - use with Polsia, Cursor, Claude, and other MCP clients
client:Zed
transport:stdio
runtime:npm
Install bedc mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bedc-mcp": {
"command": "npx",
"args": [
"-y",
"@better-execute/bedc-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs