← Back to Plugins
MCP Server MCP

mq-bridge-app

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/marcomq/mq-bridge-app:0.3.3

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/marcomq/mq-bridge-app:0.3.3",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "type": "named",
          "name": "--rm"
        },
        {
          "type": "named",
          "name": "-i"
        }
      ],
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional",
          "valueHint": "command"
        },
        {
          "value": "stdio",
          "type": "named",
          "name": "--transport"
        }
      ]
    },
    {
      "registryType": "cargo",
      "identifier": "mq-bridge-app",
      "version": "0.3.3",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional",
          "valueHint": "command"
        },
        {
          "value": "stdio",
          "type": "named",
          "name": "--transport"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci cargo

Comments

Sign in to leave a comment

Loading comments...