Govcraft/rust-docs-mcp-server
Provides up-to-date documentation context for a specific Rust crate to LLMs via an MCP tool, using semantic search (embeddings) and LLM summarization.
Quick Start
Clone the repository:
git clone https://github.com/Govcraft/rust-docs-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"rust-docs-mcp-server": {
"command": "npx",
"args": [
"-y",
"Govcraft/rust-docs-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.