mcp-rust-docs

46ki75/mcp-rust-docs

3.2

If you are the rightful owner of mcp-rust-docs 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.

The MCP Rust Docs Server is a Model Context Protocol server that provides access to Rust crate documentation and metadata, enabling AI agents to search and retrieve detailed information from crates.io and docs.rs.

Tools

Functions exposed to the LLM to take actions

search_crate

Search for crates on crates.io by name.

retrieve_documentation_index_page

Get the main documentation page for a crate.

retrieve_documentation_all_items

List all items (structs, enums, functions, etc.) in a crate.

search_documentation_items

Fuzzy search for specific items within a crate's documentation.

retrieve_documentation_page

Retrieve specific documentation pages by exact path.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources