Skip to content
YugabyteDB MCP logo

List tables with schema details and run read only SQL against YugabyteDB

Visit Website
Tracked since2026
0 reviews tracked

What is YugabyteDB MCP?

Editorial review
Yugabyte's MCP server gives an AI client a deliberately narrow window into a YugabyteDB cluster: it can understand the schema and read data, and it cannot change anything. The summarize_database tool lists every table in the connected database along with schema information and row counts, which gives an agent the map it needs before writing a query. A second capability executes read only SQL against the cluster, so questions phrased in natural language turn into real queries with real results rather than plausible sounding invention. The read only boundary is the design decision that matters. Because no write path is exposed, connecting an assistant to a production cluster cannot result in an accidental UPDATE without a WHERE clause or a dropped table, which is the usual objection to letting a model near a database. The trade off is that schema changes and data loading stay in existing tooling. Setup is straightforward: clone the repository, install dependencies with the uv package manager, add the server to the client configuration file, and supply a connection string through an environment variable that carries database name, host, port, user and password. It works against YugabyteDB clusters whether they are self managed or running on Yugabyte's managed service. The audience is developers and analysts who want to explore a distributed SQL database conversationally, and teams evaluating a Postgres compatible distributed database who want to ask questions of a test dataset without writing SQL by hand.

Key Features

Summarize the database: every table with schema details and row countsExecute read only SQL queries against the connected clusterTurn natural language questions into grounded queries over real dataNo write path exposed, so an agent cannot modify or drop dataConnects through a single connection string environment variableWorks with self managed clusters and Yugabyte's managed service

Pricing

Freemium

YugabyteDB MCP offers a generous free tier with optional paid upgrades for advanced features.

View pricing

Reviews

Improve Your Thinking Patterns Using ChatGPT cover
$99Free with your review

Review YugabyteDB MCP, get a free AI guide

Share your experience and we will send you Improve Your Thinking Patterns Using ChatGPT, free.

Write a review

Best YugabyteDB MCP Alternatives

Top alternatives based on features, pricing, and user needs.

View full list →

Most buyers shortlist 2 or 3 tools before committing. Pull a side-by-side comparison or browse the full alternatives shortlist below.

Explore More

Guides & Articles