Provides a semantic search server for Model Context Protocol documentation using Redis embeddings.
Sponsored
The MCP Documentation Server facilitates efficient access and search of Model Context Protocol (MCP) documentation. It leverages Redis embeddings to enable semantic search capabilities, making it easy for users to find relevant information within extensive documentation sets. The server processes raw documentation by scraping URLs and converting content to markdown, then generates embeddings from headings, which are stored in Redis for fast retrieval.
주요 기능
01List all available documents
020 GitHub stars
03Semantic search through documentation
04Retrieve specific file content
05Creates embeddings from headings and stores them in Redis
06Scrapes URLs and converts documentation to markdown
사용 사례
01Integrating documentation search into client applications
02Building a searchable knowledge base for internal documentation
03Managing and querying large sets of protocol-specific documentation