MCP Servers / database / YugabyteDB MCP Server

YugabyteDB MCP Server

JSON →
stdionone8database

Allows LLMs to directly interact with a YugabyteDB database.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: yugabytedb-mcp-server
Tools
What this server exposes
summarize_database
Lists tables in schema with columns and row counts
run_read_only_query
Wraps the query in BEGIN READ ONLY and returns rows as JSON
run_write_query
Validates the query against the guardrail blocklist, then executes
Configuration
Environment & auth
authnone
envYUGABYTEDB_URL
envMCP_BASE_URL
envYB_AWS_SSL_ROOT_CERT_KEY
envCOGNITO_USER_POOL_ID
envCOGNITO_CLIENT_ID
envCOGNITO_CLIENT_SECRET
envACCESS_TOKEN
Resources
YugabyteDB MCP Server — MCP Server · libregistry