Back to Browse

Dbridge MCP Server

by Ugurcl
Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

dbridge-mcp is a well-designed read-only database query server with strong security controls. The codebase demonstrates solid input validation, proper query sanitization, and layered defense mechanisms (regex guards + database-enforced read-only transactions). Configuration handling is robust with multi-source precedence (file > env vars > CLI flags). Minor code quality issues and the inherent risks of network database connections prevent a higher score, but the server's purpose aligns well with its permissions. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Absolute path to a dbridge.config.json with safety settings (row caps, hidden/masked columns, table allow/block lists)Optional

Environment variable: DBRIDGE_CONFIG

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ugurcl-dbridge-mcp": {
      "env": {
        "DBRIDGE_CONFIG": "your-dbridge-config-here"
      },
      "args": [
        "-y",
        "dbridge-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!