Awesome MCPDatabases

TheRaLabs/legion-mcp

⭐ 94 Python added to this list on 2025-05-06 repository created 2025-03-24

Multi-Database MCP Server, from Legion AI, gives an assistant access to several database engines behind one consistent set of tools, built on the Legion Query Runner. Rather than a server per engine, one server connects to PostgreSQL, MySQL, SQL Server and the other backends the query runner supports, so the same tool calls work regardless of which database is behind them and there is no per-engine client library to learn. Schema discovery is automatic — the server enumerates tables, columns and types without manual configuration or mapping, which is what lets a model inspect an unfamiliar database and then write a query that matches its actual structure instead of a guessed one. Query execution returns results in a form intended for model consumption rather than raw driver output. The project is Python, built on the MCP Python SDK. Two things are worth noting from the README: it is published by Legion AI as a component of a larger commercial analytics product, and the maintainers invite requests for additional database support, which suggests coverage is driven by demand rather than complete. The audience is analysts and developers working across a heterogeneous database estate who want one MCP server rather than a separate configuration entry for every engine.

https://github.com/TheRaLabs/legion-mcp

mcpdatabasespostgresqlmysqlsql-serverpythonschema-discoverymulti-database

Also in Databases

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.

t8y2/dbx

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.

Canner/WrenAI

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.

googleapis/mcp-toolbox

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 ...

makenotion/notion-mcp-server

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.

bytebase/dbhub

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.

crystaldba/postgres-mcp

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-community/supabase-mcp

Supabase MCP Server connects Supabase projects to AI assistants using the Model Context Protocol, enabling LLMs to manage and query Supabase resources.