qdrant-mcp-server

weverkley/qdrant-mcp-server
★ 3 stars Go 🤖 AI/LLM Updated 4d ago
A high-performance Model Context Protocol (MCP) server written in Go that acts as a real-time Retrieval-Augmented Generation (RAG) agent for your codebases.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qdrant-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/weverkley/qdrant-mcp-server@latest"
      ]
    }
  }
}