rust-docs-mcp-server
The Rust Docs MCP Server is an MCP server providing programmatic access to documentation and other information related to Rust crates hosted on docs.rs, aimed at AI integration. Notable features include retrieving documentation, type info, and search capabilities.
What is the Rust Docs MCP Server?
The Rust Docs MCP Server is a Model Context Protocol server that provides access to Rust documentation from docs.rs, allowing AI tools to search for documentation, type information, feature flags, version numbers, and symbol definitions/source code.
How do I install the Rust Docs MCP Server?
You can install the server by cloning the repository from GitHub and using Bun to install dependencies and build the server.
What tools does the Rust Docs MCP Server provide?
The server provides tools such as search_crates, get_crate_documentation, get_type_info, get_feature_flags, get_crate_versions, get_source_code, and search_symbols.
Can the server be used with any MCP client?
Yes, the server implements the Model Context Protocol and can be used with any MCP client by configuring the client to connect to this server.
What is the license for the Rust Docs MCP Server?
The Rust Docs MCP Server is licensed under the MIT License.