rust-docs-mcp

snowmead/rust-docs-mcp
★ 120 stars Rust 💻 Code/Dev Tools Updated 26d ago
MCP server for agents to explore rust docs, analyze source code, and build with confidence
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": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-docs-mcp"
      ]
    }
  }
}

Topics

agentmcp-serverrust