mcpbeat Sign in

DBConvert Streams (Federated SQL) MCP Server

by dbconvert Your server? Claim it
local only

DBConvert Streams (Federated SQL) runs on your own machine — the client starts it, so there is no endpoint to ping. 569 installs a week from npm. Last commit 31 Aug 2026.

Read-only SQL across your PostgreSQL, MySQL, S3 buckets and local data files, in one query.

Installs per day peak 457 · avg 19
a month agotoday
569
Installs / week
npm · @dbconvert/stream-mcp
24
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Dockerfile

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands [пакет] bin/stream-mcp.js:124
  const child = spawn(destination, process.argv.slice(2), { stdio: "inherit", env });
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.

File ships in the package but is absent from the source [пакет] bin/stream-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] bin/stream-mcp.js:124
  const child = spawn(destination, process.argv.slice(2), { stdio: "inherit", env });
Builds a file path from a variable [пакет] bin/stream-mcp.js:54
  return path.join(base, "dbconvert-streams", "stream-mcp", manifest.version);

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch DBConvert Streams (Federated SQL) and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add streams -- npx -y @dbconvert/stream-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "streams": {
      "args": [
        "-y",
        "@dbconvert/stream-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.streams]
command = "npx"
args = ["-y", "@dbconvert/stream-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "streams": {
      "args": [
        "-y",
        "@dbconvert/stream-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "streams": {
      "args": [
        "-y",
        "@dbconvert/stream-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to DBConvert Streams (Federated SQL)

same job, measured the same way
Dataassist Io
by dataassistio

Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.

answering
Dbridge MCP
by ugurcl

Query SQLite, PostgreSQL, and MySQL in plain language - read-only, with column masking and limits.

29 installs/wk local only
AI2SQL
by ai2sql

Generate, fix, explain and run read-only SQL on PostgreSQL, MySQL and SQL Server

answering
QueryBear
by spencerpauly

Safe, read-only Postgres and MySQL access for AI agents. Audit log + column-level controls.

answering
Read Only Local Postgres MCP Server
by hove

MCP server for read-only PostgreSQL database queries in Claude Desktop

62 installs/wk local only
MCP Local WP
by verygoodplugins

WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.

43 installs/wk local only
Quarry
by wangggym

Safety-railed database access for agents: Postgres, MySQL, Redis. Read-only by default.

166 installs/wk local only
Postgres
by waystation

Connect to your PostgreSQL database to query data and schemas.

answering

DBConvert Streams (Federated SQL) — questions

Answers built from our own checks of this server.

Why is there no uptime for DBConvert Streams (Federated SQL)?
DBConvert Streams (Federated SQL) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dbconvert/stream-mcp was installed 569 times last week.
How do I connect DBConvert Streams (Federated SQL)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dbconvert/stream-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use DBConvert Streams (Federated SQL)?
The npm package @dbconvert/stream-mcp was installed 569 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DBConvert Streams (Federated SQL) open source?
Yes — it is published under the MIT licence, written in Dockerfile and 24 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.