rust-docs-mcp-server

rust-docs-mcp-server

17

The Rust Docs MCP Server is an MCP server providing programmatic access to documentation and other information related to Rust crates hosted on docs.rs, aimed at AI integration. Notable features include retrieving documentation, type info, and search capabilities.

search_crates

Search for crate on docs.rs

get_crate_documentation

Get the documentation for a specific crate

get_type_info

Get type information for a specific project

get_feature_flags

Get the feature flag of crate

get_crate_versions

Get the available version of crate

get_source_code

Get the source code for a specific project

search_symbols

Search for symbols in crate