rust-docs-mcp
Active·★ 127·MIT·Updated 2026-05-07
★ Trending★ Dev Tooling
MCP server for agents to explore rust docs, analyze source code, and build with confidence
This MCP server provides agents with tools to explore internal crate structure, access full documentation, trace dependencies, and operate offline. It solves the problem of agents building with unfamiliar crates by offering deep crate intelligence.
#agent#mcp-server#mcp-servers#rust
01
Features
01Multi-source caching (crates.io, GitHub, local)
02Documentation search with pattern matching and filtering
03Dependency analysis (direct and transitive)
04Module structure visualization via cargo-modules
05Offline operation after initial caching
02
Compatibility
Linux
Linux
Verified via docs
macOS
macOS
Verified via docs
Windows
Windows
Verified via docs
03
Quick start
1
$ curl -sSL https://raw.githubusercontent.com/snowmead/rust-docs-mcp/main/install.sh | bash
04
Use cases
↳AI agents need to understand and correctly use newly released Rust crates
↳Developers need to analyze dependency trees and module structure of a crate
↳Offline access to crate documentation for agents without internet connectivity
05
Alternatives
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
openagent★ 5.1k
⚡️AI Cloud OS: Open-source enterprise-level AI knowledge base and MCP (model-context-protocol)/A2A (agent-to-agent) management platform with admin UI, user management and Single-Sign-On⚡️, supports ChatGPT, Claude, Llama, Ollama, HuggingFace, etc., chat bot demo: https://ai.casibase.com, admin UI demo: https://ai-admin.casibase.com
Related searches
Comments
Log in to leave a comment
- RReese DavisMay 4, 2026
Rust docs exploration and source code analysis via MCP for AI agents.
- QQuinn JacksonApr 10, 2026
Works with docs.rs and the Rust standard library documentation.
- MMarlowe LewisMar 28, 2026
Good for Rust developers who want AI assistance with crate exploration and usage.
- SSasha DavisMar 3, 2026
Docs access combined with source analysis gives deeper understanding than docs alone.