Docs Retriever
0
Retrieves documentation snippets for AI/ML libraries by searching Google and extracting relevant content.
Acerca de
This Node.js server implements the Model Context Protocol (MCP) to provide a tool for searching and retrieving up-to-date documentation from popular AI/ML libraries like LangChain, LlamaIndex, and OpenAI. Utilizing the Serper API, it performs Google searches focused on documentation domains and returns the extracted content as plain text, handling timeouts and search failures gracefully.
Características Principales
- Returns plain text content
- Handles timeouts and search failures
- 0 GitHub stars
- Uses Serper API for Google searches
- MCP-compliant server
- Supports LangChain, LlamaIndex, and OpenAI documentation
Casos de Uso
- Programmatically retrieving documentation for specific library functions or concepts
- Building AI assistants that can answer questions based on up-to-date documentation
- Quickly accessing documentation snippets within an AI/ML workflow