mcp-rust-docs

mcp-rust-docs

32

The project is an MCP server designed to fetch and return documentation for Rust crates, making it useful for language learning models (LLMs) dealing with Rust. It integrates well with AI assistants and formats documentation for readability.

MCP Rust Documentation Server

  • Fetches and returns documentation for Rust crates to assist LLMs when working with Rust code.
  • Features
    • Fetches documentation from docs.rs
    • Strips HTML for readability
    • Limits response size
    • Uses MCP SDK v1.6.1
  • Prerequisites: Node.js, npm
  • Usage: Run server with npm start and integrate with AI assistants such as Claude Desktop.
  • Example Commands: Look up specific Rust crate documentation using AI assistants.