Documentation Retrieval MCP Server (DOCRET)Server

Sreedeep-SS
GitHub
documentation retrievalAI assistancePython libraries

Loading subscription status...

๐Ÿ’ก Description

An MCP server that enables an AI assistant to access the latest documentation of various Python libraries, including LangChain, LlamaIndex, and OpenAI, by dynamically retrieving information from official sources.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "Documentation Retrieval Server": {
        "env": {
          "SERPER_API_KEY": "your_serper_api_key_here"
        },
        "args": [],
        "command": "python /path/to/main.py"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

LangChainLlamaIndexOpenAIBeautifulSoup

โšก Features

  • Dynamic document retrieval from specified Python libraries.
  • Asynchronous web search using the SERPER API.
  • HTML parsing to extract readable text.

๐Ÿ’ฌ Example Queries

  • Search for documentation on memory management for OpenAI.
  • Get the latest documentation for LangChain.