Rust Docs icon

Rust Docs

Createdlaptou

Provides AI tools with access to Rust documentation from docs.rs via the Model Context Protocol.

About

Rust Docs enables AI tools to access comprehensive Rust documentation from docs.rs through a Model Context Protocol (MCP) server. It allows searching for crates, retrieving documentation, type information, feature flags, version numbers, and source code, empowering AI to better understand and interact with Rust code.

Key Features

  • Search for crates on docs.rs
  • Access feature flags for crates
  • Search for symbols within crates
  • Retrieve documentation for specific crates and versions
  • Retrieve available versions for crates
  • 7 GitHub stars
  • Obtain type information (structs, enums, traits, etc.)
  • Get source code for specific items

Use Cases

  • Enhance AI code completion for Rust
  • Facilitate AI-powered code analysis and understanding of Rust libraries
  • Improve AI-driven documentation generation for Rust projects