mcp-server-docy

mcp-server-docy

3.4

If you are the rightful owner of mcp-server-docy 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.

Docy is a Model Context Protocol server that provides AI assistants with direct access to technical documentation, enhancing their ability to offer precise coding assistance.

Docy is designed to supercharge AI assistants by providing them with instant access to technical documentation. It eliminates the issues of outdated information, broken links, and rate limits by offering accurate, real-time documentation access. Built with FastMCP v2, Docy allows LLMs to search and retrieve content from documentation websites by scraping them with crawl4ai. This server is self-hosted, ensuring that documentation access remains within your security perimeter. It integrates seamlessly with Claude, VS Code, and other MCP-enabled AI tools, making it a versatile solution for developers seeking to enhance their AI's coding assistance capabilities.

Features

  • Instant Documentation Access: Provides direct access to documentation from various tech stacks like React, Python, and more.
  • Hot-Reload Support: Allows adding new documentation sources on-the-fly without restarting the server.
  • Intelligent Caching: Reduces latency and external requests while maintaining fresh content.
  • Self-Hosted Control: Ensures documentation access remains within your security perimeter.
  • Seamless MCP Integration: Works effortlessly with Claude, VS Code, and other MCP-enabled AI tools.

Tools

  1. list_documentation_sources_tool

    List all available documentation sources.

  2. fetch_documentation_page

    Fetch the content of a documentation page by URL as markdown.

  3. fetch_document_links

    Fetch all links from a documentation page.