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.