Back to Home
jtsang4 icon

better-qdrant-mcp

Verified Safe

by jtsang4

Overview

An MCP server providing long-term memory and semantic search capabilities using Qdrant vector database and OpenAI embeddings for AI agents.

Installation

Run Command
uvx better-qdrant-mcp

Environment Variables

  • OPENAI_API_KEY
  • OPENAPI_API_KEY
  • QDRANT_URL
  • QDRANT_API_KEY
  • COLLECTION_NAME
  • OPENAI_BASE_URL
  • OPENAI_EMBEDDING_MODEL
  • MCP_TRANSPORT
  • MCP_HOST
  • MCP_PORT
  • MCP_PATH

Security Notes

The project avoids `eval` or similar dangerous functions. All sensitive configurations like API keys and URLs are loaded from environment variables, which is a good security practice. Network interactions are standard for connecting to Qdrant and OpenAI APIs. No obvious malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-11-19

Tags

Semantic SearchVector DatabaseQdrantOpenAIMCP Server