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.
Nocodb MCP Server connects an AI assistant to a NocoDB instance through the Model Context Protocol so database work can be driven by natural language. It covers the full set of record operations: reading rows from a named table, creating single rows, updating rows in bulk with a described transformation, and deleting rows matching a condition. Schema work is included as well, with tools to add and drop columns and to create a table from supplied JSON data, and there are dedicated bulk create and bulk delete paths for larger changes. The README demonstrates all of this through short example prompts, such as asking for the data of a table, adding rows with given field values, stripping a suffix from every row, deleting rows by name, adding an age column and then populating it. The project is a TypeScript fork of an earlier NocoDB MCP server, kept functionally the same while modernising the codebase and improving maintainability. Configuration comes from three environment variables: the URL of the NocoDB instance, an API token, and the base identifier, which the documentation explains how to read out of the NocoDB web URL, since that URL encodes username, base identifier and table identifier in sequence. Setup is a normal Node install and build, after which the server can be registered in the Claude Desktop configuration file by pointing at the compiled entry point and passing the environment. It can also be invoked straight from the command line through npx with the URL, base identifier and token as positional arguments, which makes it easy to try, and the same form is used with an MCP command line client for testing. A hosted deployment is available from a third party, the full API surface is documented in a separate file, and the code is MIT licensed.
https://github.com/edwinbernadus/nocodb-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.