Retrieves documentation snippets for AI/ML libraries by searching Google and extracting relevant content.
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.
Key Features
01Returns plain text content
02Handles timeouts and search failures
030 GitHub stars
04Uses Serper API for Google searches
05MCP-compliant server
06Supports LangChain, LlamaIndex, and OpenAI documentation
Use Cases
01Programmatically retrieving documentation for specific library functions or concepts
02Building AI assistants that can answer questions based on up-to-date documentation
03Quickly accessing documentation snippets within an AI/ML workflow