MCP Configs2026年4月6日·1 分钟阅读

Qdrant MCP — Vector Search Engine for AI Agents

MCP server for Qdrant vector database. Gives AI agents the power to store and search embeddings for RAG, semantic search, and recommendation systems. 22,000+ stars on Qdrant.

介绍

Qdrant MCP is the MCP server for the Qdrant vector database, letting AI agents like Claude Code store and search vector embeddings for RAG pipelines, semantic search, and knowledge management. The main project has 22,000+ GitHub stars. Ideal for building AI apps that need persistent semantic memory.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "qdrant": {
      "command": "npx",
      "args": ["-y", "@qdrant/mcp-server"],
      "env": {
        "QDRANT_URL": "http://localhost:6333"
      }
    }
  }
}

Start Qdrant: docker run -p 6333:6333 qdrant/qdrant


Intro

Qdrant MCP is the MCP server for the Qdrant vector database, letting AI agents like Claude Code store and search vector embeddings for RAG pipelines, semantic search, and knowledge management. The main project has 22,000+ GitHub stars. Ideal for building AI apps that need persistent semantic memory.


Source & Thanks

Created by Qdrant. Licensed under Apache 2.0.

qdrant — ⭐ 22,000+

🙏

来源与感谢

Created by Qdrant. Licensed under Apache 2.0.

qdrant — ⭐ 22,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。