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).
Run
npx -y zread-mcp
MCP client config
{
"mcpServers": {
"zread-mcp": {
"command": "npx",
"args": [
"-y",
"zread-mcp"
]
}
}
}