docs-mcp-rs

Eslzzyl/docs-mcp-rs
★ 6 stars Rust 🧠 Memory/Knowledge Updated 1mo ago
A Rust implementation of arabold/docs-mcp-server
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": {
    "docs-mcp-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "docs-mcp-rs"
      ]
    }
  }
}