Home › Databases & Data › dbridge-mcp
dbridge-mcp
Query SQLite, PostgreSQL, and MySQL in plain language - read-only, with column masking and limits.
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.7.1)
npx -y dbridge-mcp@0.7.1
Or add to your MCP client config:
{
"mcpServers": {
"dbridge-mcp": {
"command": "npx",
"args": [
"-y",
"dbridge-mcp@0.7.1"
],
"env": {
"DBRIDGE_CONFIG": "<YOUR_VALUE>"
}
}
}
}
DBRIDGE_CONFIG— Absolute path to a dbridge.config.json with safety settings (row caps, hidden/masked columns, table allow/block lists)
This server takes extra arguments — see its repository.
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry