mcpbeat Sign in

mq-bridge-app MCP Server

local only

mq-bridge-app runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 6 Sep 2026.

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

Installs / week
not published
23
Stars
3 open issues
6 Sep 2026
Last commit
from GitHub
MIT
License
Rust

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/endpoints/sqlx/mod.rs:1099
    FOR UPDATE SKIP LOCKED
),
updated AS (
    UPDATE {0}
    SET locked_until = NOW() + interval '60 seconds'

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to mq-bridge-app

same job, measured the same way
Mongo Scout MCP
by bluwork

Scout your MongoDB databases with AI - safety features, live monitoring, and data quality

40 installs/wk local only
Postgres Scout MCP
by bluwork

Scout your PostgreSQL databases with AI - safety features, monitoring, and data quality

43 installs/wk local only
DBMigratePro Migrations
by provydon

Move a database between providers, or convert MySQL to PostgreSQL, with integrity verified.

answering
Fasttransfer MCP
by arpe-io

MCP server for FastTransfer — high-performance parallel data transfer between databases

97 installs/wk local only
seekrit — secrets for agents
by seekrit

Encrypted store for API keys and database URLs your code needs. Use them without reading them.

40 tools answering
Upstash
by upstash

Manage Upstash databases and resources through the Upstash Developer API.

3 005 installs/wk local only
Notion MCP Server
by awkoy

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

2 834 installs/wk local only
agenthost
by agenthost

Agent-first web hosting: deploy sites, apps, databases and domains over MCP.

answering

mq-bridge-app — questions

Answers built from our own checks of this server.

Why is there no uptime for mq-bridge-app?
mq-bridge-app runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is mq-bridge-app open source?
Yes — it is published under the MIT licence, written in Rust, 23 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.