Skip to content

Commit ae33cc5

Browse files
Merge pull request #2 from smithery-ai/add-smithery-install
Add Smithery CLI Installation Instructions
2 parents 701db26 + b281bc6 commit ae33cc5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# mcp-server-qdrant: A Qdrant MCP server
2+
[![smithery badge](https://smithery.ai/badge/mcp-server-qdrant)](https://smithery.ai/protocol/mcp-server-qdrant)
23

34
> The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you’re building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
45
@@ -38,6 +39,14 @@ uv run mcp-server-qdrant \
3839
--fastembed-model-name "sentence-transformers/all-MiniLM-L6-v2"
3940
```
4041

42+
### Installing via Smithery
43+
44+
To install Qdrant MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/mcp-server-qdrant):
45+
46+
```bash
47+
npx @smithery/cli install mcp-server-qdrant --client claude
48+
```
49+
4150
## Usage with Claude Desktop
4251

4352
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your `claude_desktop_config.json`:

0 commit comments

Comments
 (0)