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.
Snowflake MCP Server is a Python implementation of the Model Context Protocol that lets an assistant query and explore a Snowflake account. Tools are split into three groups. The query tools are read_query, which runs SELECT statements and returns rows as an array of objects, plus write_query for INSERT, UPDATE and DELETE and create_table for DDL; the latter two exist only when the server is started with --allow-write, and write operations are disabled by default. The schema tools are list_databases, list_schemas for a named database, list_tables for a database and schema pair, and describe_table, which takes a fully qualified database.schema.table name and returns column definitions with types, nullability, defaults and comments. The analysis tool append_insight records a data insight discovered during a session. Two kinds of resources are exposed. The memo://insights resource is a continuously updated memo that aggregates everything appended through append_insight, and when prefetching is enabled the server also publishes context://table/{table_name} resources holding per-table schema summaries with columns and comments. Configuration is available in two shapes. The traditional form passes individual command line arguments for account, warehouse, user, password or private key path, role, database and schema, or supplies the same values as SNOWFLAKE_ environment variables in a .env file, including external browser authentication. The recommended form uses a TOML connections file with named connections, so several entries such as production and staging can be registered as separate MCP servers pointing at the same package. Other flags cover log directory and level and excluding individual tools by name, and a runtime_config.json file can define exclusion patterns for databases, schemas or tables. Installation is via uvx, a local uv checkout, or automatically through Smithery. The project is MIT licensed.
https://github.com/isaacwasserman/mcp-snowflake-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.