Skip to content
Zed

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

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

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

bedc mcp in other clients