Skip to content
Cursor

mq-bridge-app for Cursor

io.github.marcomq/mq-bridge-app

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

client:Cursor transport:stdio runtime:oci

Install mq-bridge-app in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mq-bridge-app in other clients