mcp_server

yhanawa/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.

This project provides a method to reference API documentation using an MCP server, implemented with the 'reference' feature.

The project is designed to facilitate the use of an MCP server to access API documentation. It includes scripts for crawling web pages and serving the crawled data through an MCP server. The main components are scripts that handle different types of documentation, such as Gemini, Anthropic, and OpenAPI. Users are required to set up their environment, install necessary dependencies, and configure the server settings to run the documentation servers. The project supports crawling of web pages to gather documentation data, which is then served via the MCP server.

Features

  • Supports crawling and serving of Gemini and Anthropic documentation.
  • Provides a method to serve OpenAPI documentation using YAML files.
  • Includes scripts for setting up and running MCP servers for different documentation types.
  • Allows customization of crawling settings through command-line options.
  • Facilitates integration with Claude through configuration updates.

Usages

usage with claude desktop

{
  "mcpServers": {
    "gemini_docs_resource": {
      "command": "uv",
      "args": [
        "--directory",
        "mcp_server ディレクトリへのパス",
        "run",
        "gemini_docs.py"
      ]
    }
  }
}