Summary
One search covers the public docs and your own.
What it takes off you is knowing where the answer lives: the same query runs over public documentation, GitHub and the private repositories and PDFs you have connected, and whichever result matched is read back as Markdown in the next call.
What it is
A two-call documentation lookup: a search that returns URLs, and a reader that turns a URL into Markdown. Private sources — repositories and PDFs — are searched alongside public ones.
What you get
- A documentation search spanning the web, GitHub, and private repositories and PDFs
- Any URL from those results read back as Markdown
Requirements
Npx on your PATH. The reader takes the exact URL a search returned, so the two calls are used in that order.
Setup effort
One command plus a key — npx -y ref-tools-mcp, then supply credentials
