From b281bc6409743d65bbdc0155d19fdcf47b1ac82c Mon Sep 17 00:00:00 2001 From: Henry Mao Date: Sat, 14 Dec 2024 00:28:07 +0800 Subject: [PATCH] Move UV to top --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 576c961..bf51219 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,6 @@ It acts as a semantic memory layer on top of the Qdrant database. ## Installation -### Installing via Smithery - -To install Qdrant MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/mcp-server-qdrant): - -```bash -npx @smithery/cli install mcp-server-qdrant --client claude -``` - ### Using uv (recommended) When using [`uv`](https://docs.astral.sh/uv/) no specific installation is needed to directly run *mcp-server-qdrant*. @@ -47,6 +39,14 @@ uv run mcp-server-qdrant \ --fastembed-model-name "sentence-transformers/all-MiniLM-L6-v2" ``` +### Installing via Smithery + +To install Qdrant MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/mcp-server-qdrant): + +```bash +npx @smithery/cli install mcp-server-qdrant --client claude +``` + ## Usage with Claude Desktop To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your `claude_desktop_config.json`: