Docs
Provides efficient search and referencing capabilities for user-configured documentation.
概要
Docs is an MCP server designed to centralize and make searchable various types of user documentation. It offers robust features for listing, retrieving, and searching through documents, including both traditional full-text (grep) search and advanced semantic search powered by OpenAI Embeddings. Users can easily organize documents by placing them in a designated directory and optionally configure specific folders or file extensions for indexing. The tool also includes convenient scripts for importing documentation from websites via URL or from GitHub repositories, streamlining the process of populating the knowledge base.
主な機能
- Retrieve the complete content of specific documents
- Import documentation from web URLs or GitHub repositories
- List all configured documents with descriptions
- Perform fast full-text searches using regular expressions
- Conduct semantic similarity searches powered by OpenAI Embeddings
- 1 GitHub stars
ユースケース
- Centralizing and searching documentation for multiple software projects
- Importing and indexing external documentation from websites or GitHub
- Providing a unified interface for developers and teams to access project knowledge bases