Awesome MCPDatabases

qdrant/mcp-server-qdrant

⭐ 1527 Python added to this list on 2025-04-09 repository created 2024-12-02

mcp-server-qdrant is an official implementation of a Model Context Protocol (MCP) server designed specifically for Qdrant, a vector search engine. This server facilitates semantic memory management and integration with large language model (LLM) applications by leveraging vector search capabilities. The MCP is an open protocol that standardizes the connection between LLMs and external data sources or tools, enabling seamless integration for various AI-powered applications such as IDEs, chat interfaces, and custom AI workflows. The mcp-server-qdrant acts as a semantic memory layer on top of the Qdrant database, allowing for efficient storage and retrieval of information. It provides two main tools: qdrant-store and qdrant-find. The qdrant-store tool allows users to store information along with optional metadata into a specified collection within the Qdrant database. The qdrant-find tool enables retrieval of relevant information based on a query from the specified collection. These tools facilitate the management of semantic memories that can be used by LLM applications to enhance their contextual understanding. Configuration of the server is managed through environment variables, including settings for the Qdrant server URL, API key, default collection name, local database path, embedding provider, and embedding model. The server supports different transport protocols such as stdio, server-sent events (SSE), and streamable HTTP, catering to both local and remote clients. Installation options include running the server using uvx, Docker, or via Smithery for integration with Claude Desktop. The server is built on FastMCP, inheriting its environment variable configurations for debugging, logging, and network settings. Overall, mcp-server-qdrant provides a robust and standardized solution for integrating Qdrant's vector search capabilities with LLM applications through the Model Context Protocol, enabling advanced semantic memory management and retrieval functionalities.

https://github.com/qdrant/mcp-server-qdrant

ai-workflowsclaudeclaude-desktopcode-snippet-searchcursordockerembedding-modelembedding-providerenvironment-variablesfastembedfastmcpllmllm-applicationsllm-integrationmcpmcp-servermodel-context-protocolqdrantqdrant-findqdrant-storesemantic-memorysemantic-memory-managementsemantic-searchserver-sent-eventssmitheryssetransport-protocolsuvxvector-search-enginevs-codewindsurf

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.