D

Docy (Documentation Access)

Provides direct access to technical documentation from configured sources, enabling real-time search...

39 views
0 installs
Updated Sep 16, 2025
Not audited
Provides direct access to technical documentation from configured sources, enabling real-time search, retrieval, and navigation through documentation content without leaving the conversation context.
  1. Decide Your Documentation Sources
    Decide which documentation sites you want Docy to access. For best results, use the main index or overview pages (e.g., https://docs.crawl4ai.com/, https://react.dev/).

  2. Get the Documentation URLs
    Prepare a comma-separated list of URLs to your chosen documentation sources.
    Example:

    https://docs.crawl4ai.com/,https://react.dev/
    

    Or prepare a .docy.urls file with one URL per line (optional advanced method).

  3. Open the FastMCP Connection Interface
    In your environment, locate the place to add ENV variables. This is usually labeled "Install Now" or similar.

  4. Fill in the Environment Variable
    In the connection interface, add a new ENV variable:

    • Name: DOCY_DOCUMENTATION_URLS
    • Value: (the list of URLs you prepared, e.g., https://docs.crawl4ai.com/,https://react.dev/)
  5. Save and Apply the Configuration
    Confirm and save the ENV variable settings in the FastMCP interface. The Docy server will automatically use the URLs you've entered as its documentation sources.

Optional (advanced): Managing Documentation URLs via File

  • Instead of using the environment variable, create a file named .docy.urls in your project directory.
  • Add one documentation URL per line.
  • Docy will auto-detect this file and hot-reload changes without needing a restart.

No API keys or tokens are required to set up Docy with documentation URLs. If you need custom caching or advanced configuration (e.g., for cache storage, debug mode, or server port), you can add additional ENV variables using the same method. See the README “Configuration Options” section for optional ENV variable names.

Quick Start

View on GitHub

Report Issue

Thank you! Your issue report has been submitted successfully.