LogoSTMCP
Download
mcp-server-docy

Docy: Documentation at Your AI's Fingertips

Docy is an MCP server that provides AI assistants with instant access to technical documentation from React, Python, crawl4ai, and other tech stacks through intelligent caching and hot-reload capabilities.

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.

Fetch all links from a documentation page.

Open Graph image for Docy: Documentation at Your AI's Fingertips

JSON Config

{
  "mcpServers": {
    "docy": {
      "command": "uvx",
      "args": ["mcp-server-docy"],
      "env": {
        "DOCY_DOCUMENTATION_URLS": "https://docs.crawl4ai.com/,https://react.dev/"
      }
    }
  }
}

Useful Links

Information