This listing appears offline
Our automated checks couldnβt reach the source repository, so weβve removed it from search, browse, and the API β this page stays reachable at this direct link only. If this is your project, claim it to fix the link and restore visibility.
Claim this listingMove data between databases, queues and files at high throughput, without it entering context
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
This repository has moved
mq-bridge-appnow lives inside themq-bridgerepository, alongside the engine it runs on:
Source mq-bridge/apps/mq-bridge-appDocumentation https://marcomq.github.io/mq-bridge/ Issues & releases https://github.com/marcomq/mq-bridge Nothing about installing or running the app changed. The crate is still
mq-bridge-app, the binaries are stillmq-bridge-appandmqb, the Docker image is stillghcr.io/marcomq/mq-bridge-app, the Homebrew formula and cask keep their names, and the MCP server is stillio.github.marcomq/mq-bridge-app. Only the source location moved.This repository is kept read-only for its history, issues, and past releases. Anything from v0.4.9 onward is released from
mq-bridge.
crossing streams
mq-bridge-app is a fast, single-command ETL and data-movement tool built in Rust β and, on top of the same engine, a multi-protocol bridge and traffic workbench for messaging.
It ships in three forms that share one engine and one config format: a desktop app (visual workbench), a CLI / server (headless bridge and one-line copy), and a library (embed the engine in Rust, Python, or Node.js). Design a route once, run it anywhere β no rewrite in between.
Supported integration types include Kafka, RabbitMQ (AMQP), NATS, AWS SQS, MQTT, IBM MQ (optional), HTTP, gRPC, ZeroMQ, MongoDB, sqlx (MySQL, MariaDB, PostgreSQL), and filesystem endpoints.
π All documentation lives in the documentation book β installation, quick start, tutorials, cookbook, connector reference, CLI, MCP, and performance tuning. This README is only a short overview; the book is the single source of truth.
At its core is a zero-config copy command that moves data between databases, queues, and files in a single line of bash β no YAML, no pipeline definition, no code:
The scheme selects the endpoint and query parameters configure it, so any sourceβsink pair (Postgres, MySQL, MariaDB, SQLite, NATS, Redis, MongoDB, files, β¦) is just one URL each. And it's quick.
Use --resume when the source has a safe native position (for example a Kafka
consumer group, MongoDB change-stream cursor, Postgres CDC slot, or an explicitly
configured SQL cursor). The legacy --from ... --to ... spelling remains supported.
β Quick start Β· Connectors Β· Performance tuning
Test connections and dial in a route in the Postman-inspired UI, export the JSON/YAML, then run that config as a service or from library code. One engine, one config format.
| Form | What it is | Quick install |
|---|---|---|
| Desktop app (UI) | The visual workbench β build/test routes, run request/response traffic, inspect message history | brew install --cask marcomq/tap/mq-bridge |
| CLI / server | Headless binary: a one-line copy, a drain-then-exit batch job, or a long-lived bridge (can also serve the same UI in a browser) | brew install marcomq/tap/mq-bridge-app |
| Library | The engine embedded in your own code β native Rust, Python, or Node.js bindings | cargo add / pip / npm |

Learn each form in the book: the three ways to run it Β· the desktop / web UI Β· CLI commands Β· MCP server Β· library bindings.
brew is the quickest path on macOS and Linux:
On Windows, install the CLI with cargo binstall mq-bridge-app, or download the desktop installer / CLI from the Releases page. Also available via cargo install mq-bridge-app (from source) and the Docker image ghcr.io/marcomq/mq-bridge-app:latest.
β Every install method and platform (including the IBM MQ build and Docker) is in the Install guide; to compile from source see Building.
The same binary is an MCP server, so an agent can move data without the rows passing through its context:
mcp-name: io.github.marcomq/mq-bridge-appβ Tools, transports, and the token-cost measurement: MCP server.
plugins: in the config or --plugin <path>, and use it by name in routes. No special build needed; plugin paths are read only at startup, so adding one means editing the trusted startup configuration and restarting: Native plugins.mq-bridge-app's UI overlaps with API clients like Postman, Bruno, Insomnia, and Hoppscotch, but its center of gravity is different: message bridging, runtime operation, and long-lived route management rather than just request composition. Exact feature sets vary by product and edition; this captures the difference in emphasis.
| Capability | mq-bridge | Postman | Bruno | Insomnia | Hoppscotch |
|---|---|---|---|---|---|
| Basic HTTP/API requests | β | β | β | β | β |
| Scripting | β | β | β | β | β |
| Cookie jar | Not yet | β | β | β | ~ |
| Multipart forms | β | β | β | β | β |
| Hex-level payload debugging | β | β | β | β | β |
| Broker pub/sub workflow | β | MQTT | β | β | MQTT |
| Long-lived consumers/routes | β | β | β | β | β |
| Bridge traffic between protocols | β | β | β | β | β |
| Replay messages | β | ~ | β | β | ~ |
| Local-first workspace | β | ~ | β | β | ~ |
| Git-friendly config | β | ~ | β | β | ~ |
| Cloud sync by default | β | β | β | Optional | Optional |
| AI / agent features | β | β | β | ~ | ~ |
| Encrypted config | β | ~ | ~ | ~ | ~ |
Use Postman/Bruno when your main job is crafting and sharing API requests; use mq-bridge-app when you need to connect systems, move messages between protocols, inspect live traffic, and manage bridge-style runtime configuration.
A CSV β JSONL conversion hit 1,133,786 rows/s; the same job through an MCP tool call ran at 1,176,489 rows/s while costing an agent a flat ~381 tokens regardless of row count, because the rows never enter the model's context.
On a Kafka β file relay using mq-bridge-app's default file format and no transform, the same engine was up to 65% faster than Sea Streamer; the native file-format caveats are detailed in the linked benchmark documentation.
β Full numbers, methodology, and knobs: Performance tuning and benches/etl/README.md.
For testing, docker-compose files are available for supported backends:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mq-bridge-app)<a href="https://allmcps.com/mcp/mq-bridge-app"><img src="https://allmcps.com/api/badge/mq-bridge-app?style=directory" alt="Mq Bridge App on AllMCPs" /></a>