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.
PGMCP (PostgreSQL Model Context Protocol Server) is a server designed to connect AI assistants to any PostgreSQL database, enabling natural language queries to retrieve structured SQL results. It supports querying existing PostgreSQL databases without requiring any schema modifications, providing a safe, read-only interface for AI-driven data exploration. The server supports automatic streaming of large query results, robust error handling, and intelligent query understanding, including handling singular vs plural forms and PostgreSQL case sensitivity for mixed-case table names. PGMCP is compatible with various MCP clients such as Cursor, Claude Desktop, VS Code extensions, and any other MCP-compatible clients, facilitating seamless integration with AI assistants and tools. The project offers multiple output formats including table, JSON, and CSV, and supports free-text search across all text columns in the database. It includes production-ready features like security, authentication support, audit logging, SQL guarding to prevent unsafe queries, connection pooling, and memory management. PGMCP can leverage external AI services such as OpenAI API, Anthropic, and local large language models for AI-powered SQL generation, enhancing the natural language to SQL translation capabilities. Installation options include pre-compiled binaries, Homebrew for macOS/Linux, building from source, and containerized deployment via Docker or Kubernetes. The server is configured through environment variables, with the PostgreSQL connection string being mandatory and OpenAI API key optional for AI features. The project also provides example schemas, including a full Amazon-like marketplace schema and a minimal test schema with mixed-case table names to demonstrate case sensitivity handling. Overall, PGMCP enables users and AI assistants to interact with PostgreSQL databases using natural language, making data querying more accessible and efficient without requiring SQL expertise. It is designed to be universal, secure, and production-ready, supporting a wide range of PostgreSQL schemas and use cases.
https://github.com/subnetmarco/pgmcp
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.