Skip to content
Zed

bridgistic for Zed

io.github.shubochandrosarker/bridgistic

Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots.

client:Zed transport:stdio runtime:npm

Install bridgistic 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": {
    "bridgistic": {
      "command": "npx",
      "args": [
        "-y",
        "bridgistic-mcp-server"
      ],
      "env": {
        "BRIDGISTIC_SITE_URL": "<BRIDGISTIC_SITE_URL>",
        "BRIDGISTIC_KEY_ID": "<BRIDGISTIC_KEY_ID>",
        "BRIDGISTIC_KEY_SECRET": "<BRIDGISTIC_KEY_SECRET>",
        "BRIDGISTIC_CONNECTIONS": "<BRIDGISTIC_CONNECTIONS>",
        "BRIDGISTIC_LOG_LEVEL": "<BRIDGISTIC_LOG_LEVEL>"
      }
    }
  }
}

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

bridgistic in other clients