Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.ejfkdev/zread-mcp

NPM · ZREAD-MCP · SCANNED AUG 3

Zread.ai MCP Server - 连接 zread.ai 文档平台的 MCP 服务器,让 AI 助手能够阅读 GitHub 仓库文档、搜索代码、与仓库 AI 对话。

Available components

+15 this week 59 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability45
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 790 tokens (~98/item across 8 items; 7 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · zread-mcp

# add to Claude Code
claude mcp add ejfkdev-zread-mcp -- npx -y zread-mcp
# add to Codex CLI
codex mcp add ejfkdev-zread-mcp -- npx -y zread-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ejfkdev-zread-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "zread-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ejfkdev-zread-mcp --command npx --arg -y --arg zread-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ejfkdev-zread-mcp:
    command: "npx"
    args: ["-y", "zread-mcp"]
// mcp.json
{
  "mcpServers": {
    "ejfkdev-zread-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zread-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +40
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 29 Jul 26 +19
    • Dependency health: partial → unverified functional
    • Schema quality: unverified → 0 functional
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −19
    • Tool coverage: 100 → unverified functional
    • Schema quality: 0 → unverified functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 44

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 122 packages

122 packages in the resolved dependency tree · 122 deprecated · 35 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~776 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_repository_status ~72

检查仓库索引状态。 查询指定仓库在 Zread.ai 的索引状态和基本信息。 返回的 status 字段: "success"(已索引), "progress"(索引中)

NameTypeReqDescription
repo_pathstringyes仓库路径,格式: owner/repo

No output schema declared.

No examples provided.

discover_repositories ~71

发现推荐的代码仓库。 获取 Zread.ai 推荐的优质代码仓库,可按技术主题筛选。 适用于发现新工具、学习优秀项目。

NameTypeReqDescription
topicstring技术主题筛选,如 "ai", "python", "web",空字符串表示全部

No output schema declared.

No examples provided.

fetch_documentation_page ~300

获取仓库文档的指定页面内容。 根据页面 slug(URL 标识符)获取该页面的完整 Markdown 文档内容。 适用于读取特定章节或页面的详细内容。 返回的 Markdown 页面内容中可能包含两种链接格式: 1. **仓库文件链接** - 格式: `[文件名](文件路径#L开始行号-L结束行号)` 例如: `[index.ts](index.ts#L1-L28)` `[package.json](package.json#L1-L77)` 这类链接指向仓库内的源代码文件,可提取文件路径和行号范围, 使用 `fetch_repository_file(repo_path, file_path, start_line, end_line)` 获取具体内容。 2. **文档导航链接** - 格式: `[标题](页面slug)` 例如: `[概述](1-overview)` `[快速开始](2-quick-start)` 这类链接指向文档的其他页面,使用 `fetch_documentation_page(repo_path, 页面slug)` 获取该页文档内容。

NameTypeReqDescription
languagestring文档语言,可选 "zh"(中文) 或 "en"(英文)
page_slugstringyes页面 slug,如 "1-overview", "quick-start"
repo_pathstringyes仓库路径,格式: owner/repo 或完整 URL

No output schema declared.

No examples provided.

find_repositories ~80

搜索代码仓库。 根据关键词模糊搜索已索引的代码仓库。 支持仓库名称、描述、主题等字段的模糊匹配。

NameTypeReqDescription
languagestring返回语言,可选 "zh" 或 "en"
querystringyes搜索关键词,如 "react", "machine learning"

No output schema declared.

No examples provided.

get_documentation_outline ~100

获取仓库文档的完整目录结构。 返回仓库的文档目录树,包含所有页面的标题、slug 和层级关系。 首次调用会自动提交索引请求,如果仓库未被索引会返回等待状态。

NameTypeReqDescription
languagestring文档语言,可选 "zh" 或 "en"
repo_pathstringyes仓库路径,格式: owner/repo 或完整 URL

No output schema declared.

No examples provided.

get_trending_repositories ~48

获取本周热门仓库榜单。 获取 GitHub 本周最受欢迎的代码仓库列表,按热度排序。 适用于了解技术趋势和热门项目。

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_documentation ~105

在仓库文档中搜索关键词。 全文搜索仓库文档,返回包含关键词的页面和相关内容片段。 适用于快速定位文档中的特定信息。

NameTypeReqDescription
keywordstringyes搜索关键词,如 "installation", "API", "config"
languagestring搜索语言,可选 "zh" 或 "en"
repo_pathstringyes仓库路径,格式: owner/repo 或完整 URL

No output schema declared.

No examples provided.