Move UV to top

This commit is contained in:
Henry Mao
2024-12-14 00:28:07 +08:00
committed by GitHub
parent 31f449ad5a
commit b281bc6409

View File

@@ -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`: