rust-docs-mcp

snowmead/rust-docs-mcp
★ 120 stars Rust Code/Dev Tools Updated 2mo ago
MCP server for agents to explore rust docs, analyze source code, and build with confidence
View on GitHub → Try with Claude — $10 free →

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