Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. Dbridge MCP
Dbridge MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 4:30:58 AM

Dbridge MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
databasessqlread-onlyperformancedeveloper-tools

Read-only MCP access to SQLite, PostgreSQL, and MySQL with schema discovery, query safeguards, privacy controls, and index analysis.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ugurcl-dbridge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dbridge-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (11) Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Overview

ugurcl/dbridge-mcp MCP server exposes SQLite, PostgreSQL, and MySQL/MariaDB databases through read-only MCP tools. It lets an agent discover schemas, compose SELECT or WITH queries, inspect plans, and return results as JSON, CSV, or Markdown. Safety controls include column hiding or masking, row caps, query timeouts, cost rejection, rate limits, and read-only database transactions. Reach for it when an agent needs controlled access to private SQL data or database performance information without write capabilities.

Use cases

β€’Answer natural-language questions about private SQL data
β€’Inspect database schemas and table relationships
β€’Review query plans and estimated costs
β€’Find unused or duplicate indexes
β€’Evaluate hypothetical PostgreSQL indexes

Key features

β€’Read-only SQLite, PostgreSQL, and MySQL/MariaDB access
β€’Schema discovery and table sampling
β€’JSON, CSV, and Markdown query results
β€’Column hiding and value masking
β€’Row caps, timeouts, cost rejection, and rate limits
β€’Query and index performance analysis

Capabilities & Tool Schemas (11) ~255 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Dbridge MCP.

list_tables

List every table in the database.

describe_table

Return a table's columns, primary key, foreign keys, and row-count estimate.

sample_table

Preview the first rows of a table (`json`/`csv`/`markdown`).

count_rows

Return the exact row count of a table.

run_query

Run a single read-only `SELECT` / `WITH` and return rows as `json`, `csv`, or `markdown`.

explain_query

Return a query's plan and estimated cost without running it.

How Dbridge MCP works

What ugurcl/dbridge-mcp MCP server does

ugurcl/dbridge-mcp MCP server gives an MCP-compatible client a guarded, read-only view of a SQL database. It supports SQLite, PostgreSQL, and MySQL/MariaDB, using the connection argument to determine which engine to use. A file path selects SQLite, while postgres://, postgresql://, and mysql:// connection strings select the corresponding network database.

The server is suited to natural-language data questions because the agent can first inspect the available schema and then produce a query for the user’s request. It also exposes database metadata and performance information for tasks that go beyond retrieving rows.

How it works

Schema discovery is available through table listing, table descriptions, and a schema resource. Query execution accepts one SELECT or WITH statement and can format results as JSON, CSV, or Markdown. Query plans can be inspected without executing the query, while row counts, samples, column statistics, index information, and recorded slow statements support analysis and troubleshooting.

ugurcl/dbridge-mcp MCP server applies multiple restrictions around database access. The SQL guard rejects writes, DDL, and data-modifying common table expressions. Queries use read-only database access, and PostgreSQL and MySQL queries also run in read-only transactions. Row limits still apply when a submitted query contains a larger LIMIT. PostgreSQL and MySQL queries have per-query timeouts, and expensive queries can be rejected based on estimated cost.

Column privacy can be configured by hiding columns from the model or masking their values while keeping them available for querying. Rate limits and a capped connection pool further limit request volume and concurrent database use.

Setup and configuration

The package requires Node.js 22.5 or newer. SQLite uses Node’s built-in node:sqlite, so the documented npm runner does not require a native compilation step. The published package can be started with npx -y dbridge-mcp followed by a database path or connection string.

A configuration file can be supplied through the DBRIDGE_CONFIG environment variable. The README shows this variable in Claude Desktop, Claude Code, and OpenCode configurations. MCP clients start the process as a subprocess; examples are provided for Claude Desktop, Cursor, Windsurf, and Claude Code. Docker usage is also documented, including read-only mounting of a configuration file.

Tools and capabilities

The available tools include:

  • list_tables, describe_table, sample_table, and count_rows for schema and table inspection.
  • run_query for one read-only query with selectable output formatting.
  • explain_query for a plan and estimated cost without execution.
  • column_stats for distinct-value counts and null fractions.
  • index_health for index sizes, scan counts, and unused, duplicate, or invalid index flags.
  • test_index for PostgreSQL hypothetical index testing through HypoPG.
  • slow_queries for recorded statement timings and call counts where PostgreSQL pg_stat_statements or MySQL performance_schema is available.
  • get_limits for reporting active caps, timeouts, and column privacy settings.

The server also provides the dbridge://schema resource and an optimize prompt for a guided performance review. The prompt examines slow queries, plans, and index health, then validates index recommendations with test_index before suggesting them.

ugurcl/dbridge-mcp MCP server is a fit for read-only analytics, private-data question answering, and database diagnostics. It is not intended for migrations, updates, inserts, deletes, schema changes, or other write workflows.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • ClickHouse logoClickHouse

    Read-only MCP server for ClickHouse metadata, parameterized queries, and plan analysis.

    πŸ—„οΈ Databases3 views
    Compare vs ClickHouse β†’
  • MCP Multi Db logoMCP Multi Db

    One MCP server for PostgreSQL, MySQL, and SQLite. Unified read-only tools (listdatabases, listtables, describetable, runquery) across all three engines with two-layer read-only enforcement (SQL-text guard + DB-level read-only transactions). Install: npx -y mcp-multi-db.

    πŸ—„οΈ Databases1 views
    Compare vs MCP Multi Db β†’
  • MCP Datalink logoMCP Datalink

    MCP server for secure database access (PostgreSQL, MySQL, SQLite) with parameterized queries and schema inspection

    πŸ—„οΈ Databases1 views
    Compare vs MCP Datalink β†’
  • MCP Clickhouse logoMCP Clickhouse

    ClickHouse database integration with schema inspection and query capabilities

    πŸ—„οΈ Databases3 views
    Compare vs MCP Clickhouse β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
185
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
11
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Dbridge MCP

Use Node.js 22.5 or newer and run the published package with `npx -y dbridge-mcp` followed by a SQLite path or PostgreSQL/MySQL connection string.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDbridge MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ugurcl-dbridge-mcp?style=directory)](https://allmcps.com/mcp/ugurcl-dbridge-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/ugurcl-dbridge-mcp"><img src="https://allmcps.com/api/badge/ugurcl-dbridge-mcp?style=directory" alt="Dbridge MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthOther
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
8/9 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 5, 2026
npm downloads185/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
57Quality signal: Good Β· 57/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev Β· dbridge-mcp (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to Dbridge MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code