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-bigquery is a Model Context Protocol server that gives language models access to Google BigQuery so they can explore data warehouses and answer questions with live query results. Written in Python and distributed through uvx and Smithery, it implements three tools: execute-query, which runs a SQL statement using the BigQuery dialect; list-tables, which lists all tables available in the configured project; and describe-table, which returns the schema of a specific table. This lets an assistant discover what data exists, understand its structure and then query it without a human writing the SQL by hand. The server is configured either through command-line arguments or environment variables. It requires a GCP project ID and location, and optionally accepts a list of specific datasets to restrict its scope, a service account key file for authentication (falling back to default application credentials), and a query timeout that caps how long a query may run. Configuration examples are provided for Claude Desktop, Claude Code, Cursor and automated installation via Smithery. Because it runs queries against real BigQuery datasets, it is aimed at data engineers, analysts and developers who want a coding assistant or chat client to inspect schemas and execute analytical queries directly against their warehouse. The project is small and focused, exposing just enough surface for schema inspection and query execution rather than a full administrative interface.
https://github.com/LucasHild/mcp-server-bigquery
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.