Skip to content
VS Code

mq-bridge-app for VS Code

io.github.marcomq/mq-bridge-app

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

client:VS Code transport:stdio runtime:oci

Install mq-bridge-app in VS Code

.vscode/mcp.json

{
  "servers": {
    "mq-bridge-app": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/marcomq/mq-bridge-app:0.4.14"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mq-bridge-app in other clients