# Docfork

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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add docfork/docfork

# Browse available tools
npx -y @smithery/cli@latest tool list docfork/docfork

# Get full schema for a tool
npx -y @smithery/cli@latest tool get docfork/docfork docfork_search_docs

# Call a tool
npx -y @smithery/cli@latest 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…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get docfork/docfork <tool-name>
```
