nowdocs

nowdocs/nowdocs
★ 0 stars Rust AI/LLM Updated 10d ago
Local MCP server: latest third-party dev docs, hybrid search, zero API cost
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nowdocs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "nowdocs"
      ]
    }
  }
}

README Excerpt

> 纯 Rust 单二进制 MCP server,本地运行,给 LLM coding agent(Cursor / Claude Code / Aider)提供最新第三方开发文档,治 LLM 对快变库的幻觉。 **状态**:🟢 Wave 1 完成(8 task / 48 tests 绿,在 `feat/1a-cargo-skeleton` 分支)→ S0 命门 spike 进行中。 --- LLM 训练有截止日期,对快速变化的库(Next.js 15 / React 19 / Vue 3.5)会产生幻觉。nowdocs 在本地跑一个 MCP server,把官方文档做成本地可混合检索(hybrid search:向量语义 + BM25 关键词 + RRF)的 docset,LLM agent 通过 MCP 工具 `nowdocs_search` 查到**最新且精确**的 API——零 API 费用、完全离线、query 永不离开设备。