Zread.ai MCP Server - 连接 zread.ai 文档平台的 MCP 服务器,让 AI 助手能够阅读 GitHub 仓库文档、搜索代码、与仓库 AI 对话。
Most developer tooling work still happens through a UI a human drives. Zread MCP server moves it into the conversation instead. Zread.ai MCP Server - 连接 zread.ai 文档平台的 MCP 服务器,让 AI 助手能够阅读 GitHub 仓库文档、搜索代码、与仓库 AI 对话。.
javascript prompt('复制token', JSON.parse(localStorage.getItem('CGX_AUTH_STORAGE')).state.token) 4. 复制弹窗中的 Tokenzread-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The server publishes 9 tools. What each one is for:
fetch_documentation_page — 否search_documentation — 否get_documentation_outline — 否discover_repositories — 否find_repositories — 否get_trending_repositories — 否check_repository_status — 否ask_repo_ai — 是fetch_repository_file — 是Configuration is passed through the environment: ZREAD_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Zread's toolset — fetch_documentation_page, search_documentation, get_documentation_outline and 6 more — is a fair guide to whether it matches your workflow. It is maintained by ejfkdev; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| fetch_documentation_page | 否 |
| search_documentation | 否 |
| get_documentation_outline | 否 |
| discover_repositories | 否 |
| find_repositories | 否 |
| get_trending_repositories | 否 |
| check_repository_status | 否 |
| ask_repo_ai | **是** |
| fetch_repository_file | **是** |
## MCP 客户端配置
### npx(Node.js)
```json
{
"mcpServers": {
"zread": {
"command": "npx",
"args": ["-y", "zread-mcp-server"],
"env": {
"ZREAD_TOKEN": "your-token"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ZREAD_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.