MCP Memory Server with Qdrant Persistence
by delorenj
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
QDRANT_URL | Yes | Qdrant server URL (supports both HTTP and HTTPS) | |
OPENAI_API_KEY | Yes | OpenAI API key for generating embeddings | |
QDRANT_API_KEY | No | Qdrant API key (if authentication is enabled) | |
QDRANT_COLLECTION_NAME | Yes | Name of the Qdrant collection to use |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |