Move UV to top
This commit is contained in:
16
README.md
16
README.md
@@ -27,14 +27,6 @@ It acts as a semantic memory layer on top of the Qdrant database.
|
|||||||
|
|
||||||
## Installation
|
## 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)
|
### Using uv (recommended)
|
||||||
|
|
||||||
When using [`uv`](https://docs.astral.sh/uv/) no specific installation is needed to directly run *mcp-server-qdrant*.
|
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"
|
--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
|
## 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`:
|
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your `claude_desktop_config.json`:
|
||||||
|
|||||||
Reference in New Issue
Block a user