Enables AI assistants to access up-to-date documentation for Python libraries.
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.
主要功能
01HTML Parsing with BeautifulSoup
02Supports LangChain, LlamaIndex, and OpenAI libraries
03Asynchronous Web Searches using SERPER API
04Dynamic Documentation Retrieval
05Extensible Design for adding more libraries
061 GitHub stars
使用案例
01Integrating with AI assistants like Claude
02Providing up-to-date documentation to AI models
03Enabling AI applications to access the latest library information