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.
List all available documentation sources.
Fetch the content of a documentation page by URL as markdown.
Fetch all links from a documentation page.
{
"mcpServers": {
"docy": {
"command": "uvx",
"args": ["mcp-server-docy"],
"env": {
"DOCY_DOCUMENTATION_URLS": "https://docs.crawl4ai.com/,https://react.dev/"
}
}
}
}