Skip to content
Zed

mq-bridge-app for Zed

io.github.marcomq/mq-bridge-app

Move data between 15+ databases, queues and files at high throughput, without it entering context

client:Zed transport:stdio runtime:oci

Install mq-bridge-app in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mq-bridge-app": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/marcomq/mq-bridge-app:0.4.13"
      ]
    }
  }
}

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

mq-bridge-app in other clients