Docfork (verified)
Search and retrieve documentation from GitHub repositories and the web to find technical answers quickly. Transform complex web pages into clean markdown for efficient reading and analysis. Simplify …
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add docfork/docfork
# Browse available tools
npx -y smithery tool list docfork/docfork
# Get full schema for a tool
npx -y smithery tool get docfork/docfork docfork_search_docs
# Call a tool
npx -y smithery tool call docfork/docfork docfork_search_docs '{}'Direct MCP Connection
Endpoint: https://docfork--docfork.run.tools
Tools (2)
docfork_search_docs— Search documentation across GitHub repositories or the web. For targeted searches INSIDE a specific library's documenta…docfork_read_url— Fetches and returns the full content of a documentation page as markdown. This is ESSENTIAL for getting complete, detai…
# Get full input/output schema for a tool
npx -y smithery tool get docfork/docfork