Govcraft/rust-docs-mcp-server
🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
AI coding assistants often give outdated or incorrect Rust code suggestions because their training data is old. This tool helps by feeding your AI assistant current, specific documentation for a Rust crate. You tell it which crate (like 'tokio' or 'serde'), and it gives your AI up-to-date answers on how to use that crate's features, improving the code suggestions you get. This is for Rust developers who use AI coding assistants.
261 stars.
Use this if your AI coding assistant frequently provides outdated or incorrect Rust code examples for specific libraries, forcing you to manually correct them.
Not ideal if you don't use AI coding assistants or if you primarily work with Rust crates that have very stable APIs and infrequent updates.
Stars
261
Forks
32
Language
Rust
License
MIT
Category
Last pushed
Nov 24, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/Govcraft/rust-docs-mcp-server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hyper-mcp-rs/hyper-mcp
📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins.
Cyfrin/aderyn
Solidity Static Analyzer that easily integrates into your editor
Roblox/studio-rust-mcp-server
Standalone Roblox Studio MCP Server
microsoft/wassette
Wassette: A security-oriented runtime that runs WebAssembly Components via MCP
rust-mcp-stack/rust-mcp-sdk
A high-performance, asynchronous toolkit for building MCP servers and clients in Rust.