Odel
zread mcp

zread mcp

Local
@ejfkdev2PythonMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmzread-mcpv1.0.1

Run

npx -y zread-mcp

MCP client config

{
  "mcpServers": {
    "zread-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zread-mcp"
      ]
    }
  }
}