cratedocs-mcp

cratedocs-mcp

29

CrateDocs MCP is a Model Context Protocol server designed to aid in retrieving and searching documentation for Rust crates. It enhances development productivity by allowing LLMs to fetch required documentation from docs.rs and crates.io easily. Key features include detailed crate and item lookup and efficient search capabilities.

What is CrateDocs MCP?

CrateDocs MCP is a server that provides tools for looking up Rust crate documentation, allowing LLMs to access and retrieve documentation for Rust crates.

How can I run the CrateDocs server?

You can run the server using the unified CLI in STDIN/STDOUT or HTTP/SSE mode, or directly test documentation tools from the command line.

What are the main features of CrateDocs MCP?

The main features include looking up crate documentation, searching for crates, and retrieving documentation for specific items within a crate.

Does CrateDocs MCP support caching?

Yes, the server includes a caching mechanism to prevent redundant API calls for the same documentation.

What platforms does CrateDocs MCP integrate with?

CrateDocs MCP integrates with docs.rs for documentation and crates.io for search functionality.