Rust Docs is an open-source MCP (Model Context Protocol) server designed to provide LLM-powered coding assistants with live, accurate, and up-to-date documentation for any specific Rust crate. By fetching, embedding, and semantically searching crate docs, it enables assistants (like Roo Code, Cursor, Claude Desktop, etc.) to answer user questions grounded solely in current Rust doc context, eliminating outdated or inaccurate code suggestions and streamlining Rust development workflows.
Visit Rust Docs's official website for product details and getting started.
Comprehensive guide to setting up and using Rust Docs, including API references.
Community discussions and troubleshooting for Rust Docs.
Examples and use cases demonstrating how to implement Rust Docs in your projects.