aserper/RTFD
If you are the rightful owner of RTFD and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
RTFD (Read The F*****g Docs) MCP Server is a Model Context Protocol server that aggregates library documentation from multiple sources, providing a unified interface for coding agents.
Tools
Functions exposed to the LLM to take actions
search_library_docs
Combined lookup across all providers (PyPI, npm, crates.io, GoDocs, Zig, GitHub).
pypi_metadata
Fetch Python package metadata from PyPI.
npm_metadata
Fetch JavaScript package metadata from npm.
crates_metadata
Get Rust crate metadata from crates.io.
search_crates
Search Rust crates on crates.io.
godocs_metadata
Retrieve Go package documentation from godocs.io.
zig_docs
Search Zig programming language documentation.
github_repo_search
Search GitHub repositories.
github_code_search
Search code on GitHub.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client