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 SQLite Server exposes a single SQLite database file to an MCP client. Its tools cover complete create, read, update and delete operations on rows, introspection of the database structure so a model can discover tables and columns before querying them, and execution of arbitrary SQL for anything the structured tools do not cover. The database path is a required command-line argument, which scopes the server to one file per configured instance rather than letting a client reach anywhere on disk. It is a Node.js package published to npm and normally run through npx with no separate install step; the README gives ready-made configuration blocks for Cursor and for VS Code, and the same stdio command works in any MCP client. Because introspection comes before querying, the usual pattern is that the model lists tables, inspects the schema of the ones it needs and then writes SQL against them, rather than guessing column names. The combination of unrestricted SQL and write operations means the server should be pointed at a database whose modification is acceptable — it is a development and analysis tool, not a hardened production gateway. It is maintained by eQuill Labs. The audience is developers who keep application or scratch data in SQLite and want an assistant able to inspect and change it during development.
https://github.com/jparkerweb/mcp-sqlite
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.