
docs-mcp-rs
Supports UIby eslzzyl
High-performance documentation indexing and search MCP server with hybrid vector and full-text search.
What it does\ndocs-mcp-rs is a specialized MCP server that allows AI assistants to scrape, index, and search documentation websites. It uses a hybrid search approach—combining vector embeddings (via OpenAI or Google) and full-text search (FTS5)—to provide highly accurate retrieval of technical documentation.\n\n## Tools\n- scrape_docs: Scrapes and indexes a specified documentation URL.\n- search_docs: Performs hybrid search across indexed libraries for a specific query.\n- list_libraries: Lists all documentation sets currently indexed by the server.\n- remove_library: Deletes a specific indexed library from the local store.\n\n## Installation\nBuild from source and run in stdio mode:\n\nbash\ngit clone https://github.com/Eslzzyl/docs-mcp-rs.git\ncd docs-mcp-rs\ncargo build --release\n./target/release/docs-mcp-rs serve --stdio\n\n\n## Supported hosts\n- claude\n- cursor
Quick install
cargo build --release && ./target/release/docs-mcp-rs serve --stdioInformation
- Pricing
- free
- Published
- 5/25/2026
- stars






