Documentation MCP ServerServer

sagacious-satadru
GitHub
MCPDocumentationAI

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that enables Claude to search and access documentation from popular libraries like LangChain, LlamaIndex, and OpenAI directly within conversations. It uses the Serper API for Google searches and extracts relevant information with BeautifulSoup.

📝 JSON Entries

{
  "mcpServers": [
    {
      "documentation": {
        "env": {
          "SERPER_API_KEY": "your_serper_api_key_here"
        },
        "args": [
          "--directory",
          "/ABSOLUTE/PATH/TO/YOUR/documentation",
          "run",
          "main.py"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

Serper APIBeautifulSoup

Features

  • Documentation Search Tool
  • Smart Extraction
  • Configurable Results

💬 Example Queries

  • Can you look up information about vector stores in LangChain documentation?
  • How does the get_docs tool work?