developer tools

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.

local
rust
developer tools
0
View on GitHub

Installation

npx -y Govcraft/rust-docs-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "rust-docs-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "Govcraft/rust-docs-mcp-server"
  ]
}

About This MCP Server

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.

GitHub: https://github.com/Govcraft/rust-docs-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub