Server data from the Official MCP Registry
Query SQLite, PostgreSQL, and MySQL in plain language - read-only, with column masking and limits.
Query SQLite, PostgreSQL, and MySQL in plain language - read-only, with column masking and limits.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DBRIDGE_CONFIG
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.