From b65fd61a4b6928fbc8515ba34d6093774f9cbdc2 Mon Sep 17 00:00:00 2001 From: Henry Mao Date: Fri, 13 Dec 2024 20:49:54 +0800 Subject: [PATCH] Add Smithery CLI installation instructions and badge --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d81c2a9..a8087f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # mcp-server-qdrant: A Qdrant MCP server +[![smithery badge](https://smithery.ai/badge/mcp-server-qdrant)](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. This repository is an example of how to create a MCP server for [Qdrant](https://qdrant.tech/), a vector search engine. @@ -26,6 +27,14 @@ 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*.