Overview
What is Qdrant MCP Server?
Qdrant MCP Server is a dual-protocol server designed for accessing Qdrant knowledge graph operations, supporting both FastAPI and FastMCP protocols.
How to use Qdrant MCP Server?
To use the Qdrant MCP Server, clone the repository, install dependencies using Poetry, configure environment variables, and run the server using command line arguments to select the desired protocol.
Key features of Qdrant MCP Server?
- Flexible server selection between FastAPI and FastMCP.
- Comprehensive documentation for installation and usage.
- Production-ready with dependency management via Poetry.
- Maintainable structure with clear separation of concerns.
Use cases of Qdrant MCP Server?
- Upserting knowledge graph nodes.
- Performing semantic searches across nodes.
- Managing Qdrant collections and nodes.
FAQ from Qdrant MCP Server?
- Can I run both FastAPI and FastMCP servers?
Yes, you can choose which server to run using command line arguments.
- What dependencies are required?
You need to install Poetry and the required Python packages listed in the project.
- How do I configure the server?
Configuration is done through environment variables, which can be set in a .env file.