mcpbeat Sign in

Dbridge MCP Server

local only

Dbridge MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 5 Jul 2026.

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

Installs per day peak 30 · avg 7 · -21% w/w
a month agotoday
34
Installs / week
npm · dbridge-mcp
1
Stars
0 open issues
5 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Dbridge MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 dbridge-mcp -- npx -y dbridge-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dbridge-mcp": {
      "args": [
        "-y",
        "dbridge-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dbridge-mcp]
command = "npx"
args = ["-y", "dbridge-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dbridge-mcp": {
      "args": [
        "-y",
        "dbridge-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dbridge-mcp": {
      "args": [
        "-y",
        "dbridge-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DBRIDGE_CONFIG (Absolute path to a dbridge.config.json with safety settings (row caps, hidden/masked columns, table allow/block lists)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dbridge MCP

same job, measured the same way
SQL
by abhishekkumar2021

Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.

45 installs/wk local only
QueryBear
by spencerpauly

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

answering
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only
AI2SQL
by ai2sql

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

answering
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering
DBConvert Streams (Federated SQL)
by dbconvert

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

71 installs/wk local only
Raw SQL MCP
by kifopl

Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.

local only
Postgres MCP
by edelciomolina

PostgreSQL MCP wrapper with .env credential mapping, tool selection, and safe read-only defaults.

92 installs/wk local only

Dbridge MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Dbridge MCP?
Dbridge MCP 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 dbridge-mcp was installed 34 times last week.
How do I connect Dbridge MCP?
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 dbridge-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Dbridge MCP?
The npm package dbridge-mcp was installed 34 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dbridge MCP open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.