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.
MySQL MCP Server is a Model Context Protocol (MCP) implementation designed to facilitate secure and structured interaction between AI applications and MySQL databases. It acts as a controlled server interface that enables AI hosts or clients to communicate with MySQL databases safely, allowing for database exploration and analysis without compromising security. The server is not intended to be used as a standalone server but as a communication protocol implementation between AI applications and MySQL databases. Key features of the MySQL MCP Server include the ability to list available MySQL tables as resources, read table contents, execute SQL queries with proper error handling, and secure database access through environment variables. It also provides comprehensive logging to monitor database operations, enhancing security and auditability. Installation can be done manually via pip or automatically through Smithery for integration with Claude Desktop. Configuration requires setting environment variables for database connection details such as host, port, user, password, and database name. The server can be integrated with AI applications like Claude Desktop and Visual Studio Code by adding appropriate configurations to their respective settings files. For development, the repository provides instructions for cloning, setting up a virtual environment, installing dependencies, and running tests. Security is a major focus, with recommendations to use a dedicated MySQL user with minimal permissions, avoid root credentials, restrict database access, enable logging, and conduct regular security reviews. The project includes a detailed security configuration guide to help users implement best practices. Overall, MySQL MCP Server provides a secure, structured, and efficient way for AI applications to interact with MySQL databases using the Model Context Protocol, ensuring safe data access and manipulation while maintaining robust security standards.
https://github.com/designcomputer/mysql_mcp_server
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.