Awesome MCPDatabases

memgraph/ai-toolkit

⭐ 112 Python repository created 2025-04-01

Memgraph AI Toolkit is the vendor-maintained collection for using Memgraph, an in-memory graph database, in AI applications. It ships as several packages. memgraph-toolbox is the core layer of graph operations. mcp-memgraph is the MCP server, which is what makes the database reachable from an assistant: it exposes running Cypher queries, inspecting the schema, and the toolbox operations as MCP tools, so a model can explore a graph's structure and then query relationships across it. langchain-memgraph provides the equivalent integration for LangChain applications, and unstructured2graph handles the ingestion direction, turning unstructured documents into graph structure. The stated purpose is graph-powered retrieval-augmented generation: rather than retrieving text chunks by vector similarity alone, a query can traverse explicit relationships between entities, which answers connective questions that flat retrieval handles badly. Getting started is a Docker run of memgraph-mage with schema information enabled — the flag matters, since it is what lets the MCP server report the graph's structure — followed by pip installing the packages needed. Everything is Python and published on PyPI, with the packages versioned independently. The audience is teams building knowledge-graph or RAG systems on Memgraph who want both the agent-facing MCP surface and the framework integration maintained by the database vendor.

https://github.com/memgraph/ai-toolkit

mcpmemgraphgraph-databasecypherpythonlangchainragknowledge-graph

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.