Skip to content
Cline

zread mcp for Cline

io.github.ejfkdev/zread-mcp

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

client:Cline transport:stdio runtime:npm

Install zread mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "zread-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zread-mcp"
      ],
      "env": {
        "ZREAD_TOKEN": "<ZREAD_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

zread mcp in other clients