Rust Docs
Summary
This MCP server provides access to Rust documentation from docs.rs, enabling AI tools to search for crates, retrieve documentation, type information, feature flags, versions, and source code. Developed by laptou, it offers a standardized interface for querying Rust-related information, making it valuable for developers and AI assistants working with Rust projects. The server is built using Bun and Node.js, with a focus on efficient documentation retrieval and symbol searching within crates.
Available Actions(7)
search_crates
Search for crates on docs.rs.
get_crate_documentation
Get documentation for a specific crate.
get_type_info
Get type information for a specific item.
get_feature_flags
Get feature flags for a crate.
get_crate_versions
Get available versions for a crate.
get_source_code
Get source code for a specific item.
search_symbols
Search for symbols within a crate.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论