Cratedocs is an MCP (Model Context Protocol) server that enables programmatic lookup and querying of Rust crate documentation. It is specifically designed for LLMs and developer tools that need real-time access to Rust crate docs, search, and item lookups. Cratedocs provides endpoints to retrieve documentation, search for crates, and enumerate items within crates for both command-line and server modes (HTTP or stdio). Its integration features make it suitable for VSCode MCP, RooCode, or any tool needing Rust ecosystem context.
Visit Cratedocs's official website for product details and getting started.
Comprehensive API reference for Cratedocs and usage instructions.
Report bugs or request features related to Cratedocs.
Explore example usage of Cratedocs in various scenarios.