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.
Implements semantic search over live crate documentation by parsing HTML docs and generating OpenAI embeddings, then uses RAG to answer LLM queries with current API context. Runs as a stdio-based MCP server that caches parsed docs and embeddings by crate version and feature set, supporting multi-instance deployments for querying multiple crates during a single coding session.
261 stars.
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
rust-mcp-stack/rust-mcp-sdk
A high-performance, asynchronous toolkit for building MCP servers and clients in Rust.
Roblox/studio-rust-mcp-server
Standalone Roblox Studio MCP Server
Epistates/turbomcp
A full featured, enterprise grade rust MCP SDK