From ebc3de79eda0357822ac9900bc67487e9d188466 Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:07:24 +0700 Subject: [PATCH] Add Smithery CLI installation instructions and badge --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3ad500b..c21bef2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # RAG Documentation MCP Server +[![smithery badge](https://smithery.ai/badge/@hannesrudolph/mcp-ragdocs)](https://smithery.ai/server/@hannesrudolph/mcp-ragdocs) + An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context. ## Features @@ -84,6 +86,14 @@ You'll need to provide values for the following environment variables: - `QDRANT_URL`: URL of your Qdrant vector database instance - `QDRANT_API_KEY`: API key for authenticating with Qdrant +### Installing via Smithery + +To install RAG Documentation for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@hannesrudolph/mcp-ragdocs): + +```bash +npx -y @smithery/cli install @hannesrudolph/mcp-ragdocs --client claude +``` + ## License This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.