Docret
CreatedSreedeep-SS
Enables AI assistants to access up-to-date documentation for Python libraries.
About
Docret is a Model Context Protocol (MCP) server that allows AI assistants to dynamically fetch and provide relevant information from official documentation sources for Python libraries like LangChain, LlamaIndex, and OpenAI. By leveraging the SERPER API for web searches and BeautifulSoup for HTML parsing, Docret ensures that AI applications always have access to the latest official documentation.
Key Features
- HTML Parsing with BeautifulSoup
- Supports LangChain, LlamaIndex, and OpenAI libraries
- Asynchronous Web Searches using SERPER API
- Dynamic Documentation Retrieval
- Extensible Design for adding more libraries
- 1 GitHub stars
Use Cases
- Integrating with AI assistants like Claude
- Providing up-to-date documentation to AI models
- Enabling AI applications to access the latest library information