Merge pull request #2 from smithery-ai/add-smithery-install
Add Smithery CLI Installation Instructions
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# mcp-server-qdrant: A Qdrant MCP server
|
# mcp-server-qdrant: A Qdrant MCP server
|
||||||
|
[](https://smithery.ai/protocol/mcp-server-qdrant)
|
||||||
|
|
||||||
> 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.
|
> 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.
|
||||||
|
|
||||||
@@ -38,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