MCP Server
MCP
mq-bridge-app
Move data between 15+ databases, queues and files at high throughput, without it entering context
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
By
Comments
Sign in to leave a comment