PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversvector-databasesbetter-qdrant-mcp-server
返回「vector-databases」

better-qdrant-mcp-server

modelscope·@wrediam/better-qdrant-mcp-server

vector-databases0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Better Qdrant MCP Server

A Model Context Protocol (MCP) server for enhanced Qdrant vector database functionality. This server provides tools for managing Qdrant collections, adding documents, and performing semantic searches.

<a href="https://glama.ai/mcp/servers/@wrediam/better-qdrant-mcp-server"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@wrediam/better-qdrant-mcp-server/badge" alt="Better Qdrant Server MCP server" /> </a>

Features

  • List Collections: View all available Qdrant collections
  • Add Documents: Process and add documents to a Qdrant collection with various embedding services
  • Search: Perform semantic searches across your vector database
  • Delete Collection: Remove collections from your Qdrant database

Installation

npm install -g better-qdrant-mcp-server

Or use it directly with npx:

npx better-qdrant-mcp-server

Configuration

The server uses environment variables for configuration. You can set these in a .env file in your project root:

# Qdrant Configuration
QDRANT_URL=http://localhost:6333
QDRANT_API_KEY=your_api_key_if_needed

# Embedding Service API Keys
OPENAI_API_KEY=your_openai_api_key
OPENROUTER_API_KEY=your_openrouter_api_key
OLLAMA_ENDPOINT=http://localhost:11434

Supported Embedding Services

  • OpenAI: Requires an API key
  • OpenRouter: Requires an API key
  • Ollama: Local embedding models (default endpoint: http://localhost:11434)
  • FastEmbed: Local embedding models

Usage with Claude

To use this MCP server with Claude, add it to your MCP settings configuration file:

{
  "mcpServers": {
    "better-qdrant": {
      "command": "npx",
      "args": ["better-qdrant-mcp-server"],
      "env": {
        "QDRANT_URL": "http://localhost:6333",
        "QDRANT_API_KEY": "your_api_key_if_needed",
        "DEFAULT_EMBEDDING_SERVICE": "ollama",
        "OPENAI_API_KEY": "your_openai_api_key",
        "OPENAI_ENDPOINT": "https://api.openai.com/v1",
        "OPENROUTER_API_KEY": "your_openrouter_api_key",
        "OPENROUTER_ENDPOINT": "https://api.openrouter.com/v1",
        "OLLAMA_ENDPOINT": "http://localhost:11434",
        "OLLAMA_MODEL": "nomic-embed-text"
      }
    }
  }
}

Example Commands

List Collections

use_mcp_tool
server_name: better-qdrant
tool_name: list_collections
arguments: {}

Add Documents

use_mcp_tool
server_name: better-qdrant
tool_name: add_documents
arguments: {
  "filePath": "/path/to/your/document.pdf",
  "collection": "my-collection",
  "embeddingService": "openai",
  "chunkSize": 1000,
  "chunkOverlap": 200
}

Search

use_mcp_tool
server_name: better-qdrant
tool_name: search
arguments: {
  "query": "your search query",
  "collection": "my-collection",
  "embeddingService": "openai",
  "limit": 5
}

Delete Collection

use_mcp_tool
server_name: better-qdrant
tool_name: delete_collection
arguments: {
  "collection": "my-collection"
}

Requirements

  • Node.js >= 18.0.0
  • A running Qdrant server (local or remote)
  • API keys for the embedding services you want to use

License

MIT

相关 MCP Servers(来自「vector-databases」)

djm81

暂无描述。

@djm81/chroma_mcp_server

FalkorDB

暂无描述。

@FalkorDB/FalkorDB-MCPServer

aliyun

暂无描述。

@aliyun/alibabacloud-lindorm-mcp-server

MadMando

暂无描述。

@MadMando/mcp-autonomous-analyst

outlook-mcp

暂无描述。

@dongwoosuk/outlook-mcp

my-finance-mcp

暂无描述。

@xinrong-meng/my-finance-mcp

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/wrediam-better-qdrant-mcp-server/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

npm install -g better-qdrant-mcp-server

基本信息

分类
vector-databases / rag-systems / search
运行方式
No
许可证
MIT License
详情文件
wrediam-better-qdrant-mcp-server.md