mcp-server

JeanVittory/mcp-server

3.1

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Server allows users to debug applications by querying issues using the latest available documentation.

The MCP Server is a tool designed to assist developers in debugging their applications by providing access to the latest documentation available on the web. It supports popular documentation sources such as LangChain, LlamaIndex, and OpenAI, and allows users to add additional sources as needed. The server is built using Python 3.12.9 and leverages libraries like beautifulsoup4 and mcp[cli] to facilitate its operations. Users can easily install the server and configure it to include new documentation sources by modifying the docs_urls variable in the constants folder. The server requires a Serper API Key for operation, which can be obtained from the Serper website.

Features

  • Supports multiple documentation sources including LangChain, LlamaIndex, and OpenAI.
  • Allows addition of custom documentation sources.
  • Built with Python 3.12.9 and uses beautifulsoup4 for web scraping.
  • Requires a Serper API Key for operation.
  • Easy installation and setup process.

Usages

usage with local integration

{
    "mcpServers": {
        "mcp-server": {
            "command": "uv", # if fail run which uv and paste the absolute route here
            "args": [
                "--directory",
                "/ABSOLUTE/PATH/TO/YOUR/mcp-server-code",
                "run",
                "src/main.py"
            ]
        }
    }
}