Back to MCP Servers
Rust Docs
Provides up-to-date documentation context for a specific Rust crate to LLMs via an MCP tool, using semantic search (embeddings) and LLM summarization.
developer-toolsrustllmembedding
By Govcraft
Installation
npx -y rust-docs-mcp-serverConfiguration
{
"mcpServers": {
"rust-docs-mcp-server": {
"command": "npx",
"args": ["-y", "rust-docs-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes