RimoVR/docsrs-mcp
3.3
If you are the rightful owner of docsrs-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
docsrs-mcp is a minimal, self-hostable Model Context Protocol (MCP) server designed to allow AI agents to query Rust crate documentation without the need for API keys.
Tools
Functions exposed to the LLM to take actions
get_crate_summary
Returns crate name, version, description, and module list.
search_items
Performs vector similarity search across crate documentation.
get_item_doc
Retrieves complete rustdoc markdown for a specific item.
list_versions
Lists all available versions of a crate.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client