rust-docs-mcp-server

Govcraft/rust-docs-mcp-server
★ 262 stars Rust 🤖 AI/LLM Updated 1mo ago
🦀 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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rust-docs-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-docs-mcp-server"
      ]
    }
  }
}

Topics

aiai-safetycachingcargocoding-assistantcontext-awarecrates-iodeveloper-toolsembeddingsinformation-retrievalllmmcpmcp-serveropenairag