From 223e463d06d558ea186a3be8a583db4402f33516 Mon Sep 17 00:00:00 2001 From: Roland Rodriguez Date: Sat, 29 Mar 2025 21:20:34 -0500 Subject: [PATCH] feat: list Rust Docs MCP Server under Developer Tools Adds the `rust-docs-mcp-server` project to the awesome-mcp-servers list within the "Developer Tools" category. This server addresses the issue of AI assistants using outdated Rust library information by providing an MCP tool (`query_rust_docs`) that delivers context derived directly from current crate documentation using embeddings and LLM summarization. Refs: https://github.com/Govcraft/rust-docs-mcp-server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 947bc7b2..322b769e 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,7 @@ Tools and integrations that enhance the development workflow and environment man - [@joshuarileydev/app-store-connect-mcp-server](https://github.com/JoshuaRileyDev/app-store-connect-mcp-server) 📇 🏠 - An MCP server to communicate with the App Store Connect API for iOS Developers - [@sammcj/mcp-package-version](https://github.com/sammcj/mcp-package-version) 📇 🏠 - An MCP Server to help LLMs suggest the latest stable package versions when writing code. - [@delano/postman-mcp-server](https://github.com/delano/postman-mcp-server) 📇 ☁️ - Interact with [Postman API](https://www.postman.com/postman/postman-public-workspace/) +- - [@Govcraft/rust-docs-mcp-server](https://github.com/Govcraft/rust-docs-mcp-server) 🦀 🏠 - Provides up-to-date documentation context for a specific Rust crate to LLMs via an MCP tool, using semantic search (embeddings) and LLM summarization. - [@vivekvells/mcp-pandoc](https://github.com/vivekVells/mcp-pandoc) 🗄️ 🚀 - MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more. - [@pskill9/website-downloader](https://github.com/pskill9/website-downloader) 🗄️ 🚀 - This MCP server provides a tool to download entire websites using wget. It preserves the website structure and converts links to work locally. - [@lamemind/mcp-server-multiverse](https://github.com/lamemind/mcp-server-multiverse) 📇 🏠 🛠️ - A middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.