dolthub/dolt
Dolt is a SQL database with Git-like version control capabilities, enabling users to manage, version, and collaborate on data and schemas as easily as code in Git repositories.
mcp-server-tidb is a Model Context Protocol server implementation for TiDB, the MySQL-compatible distributed SQL database, targeted at TiDB Serverless clusters on TiDB Cloud. It is written in Python and installed from source: clone the repository, create a virtual environment with uv, and install the package and its dependencies in editable mode with uv pip install -e. The only prerequisite named is uv, the Python package installer and environment manager from Astral. Database connection settings are read from environment variables or a .env file in the project directory. TIDB_HOST holds the cluster gateway address, in the form the TiDB Cloud console gives for a serverless cluster region. TIDB_PORT defaults to 4000, the standard TiDB port. TIDB_USERNAME carries the prefixed serverless username, TIDB_PASSWORD the password, and TIDB_DATABASE the target schema, defaulting to test. The README points at tidbcloud.com for creating a free cluster before configuring the server. The server is launched by the MCP client rather than run standalone. The documented Claude Desktop entry invokes uv with a --directory flag pointing at the checkout, then run and the src/main.py entry point, and a second variant covers running the server inside WSL from a Windows Claude Desktop installation by invoking wsl.exe with a bash command line that calls uv with an absolute path. That WSL note is a practical detail many database MCP servers omit, and it reflects the mixed Windows and Linux setups typical of database work. The repository is compact and documents only installation and configuration rather than an enumerated tool list. It is aimed at developers who already run TiDB Serverless and want an assistant able to reach their cluster directly, and at people evaluating MCP database access against a free managed cluster.
https://github.com/c4pt0r/mcp-server-tidb
Dolt is a SQL database with Git-like version control capabilities, enabling users to manage, version, and collaborate on data and schemas as easily as code in Git repositories.
DBX is a lightweight, cross-platform database client supporting over 70 databases, featuring a built-in AI assistant, MCP Server, and available as desktop, Docker, or CLI.
Open-source generative BI engine that exposes governed text-to-SQL, a semantic layer and dashboard generation to AI agents through an MCP server and CLI across more than twenty data sources.
MCP Toolbox for Databases is an open-source Model Context Protocol (MCP) server that connects AI agents, IDEs, and applications directly to enterprise databases, offering both pre-built and custom ...
The Notion MCP Server is an official MCP server implementation that enables secure, programmatic interaction with Notion content through MCP commands, optimized for AI agents and supporting multiple deployment options.
DBHub is a universal database gateway implementing the Model Context Protocol (MCP) server interface, enabling MCP clients to connect to and explore multiple database systems including MySQL, PostgreSQL, Oracle, SQL Server, MariaDB, and SQLite.
Postgres MCP Pro is an open-source Model Context Protocol server for PostgreSQL that provides advanced database health monitoring, index tuning, query plan analysis, and safe SQL execution to support AI agents and developers throughout the application lifecycle.
Supabase MCP Server connects Supabase projects to AI assistants using the Model Context Protocol, enabling LLMs to manage and query Supabase resources.