zread-mcp
About
Zread.ai MCP Server - 连接 zread.ai 文档平台的 MCP 服务器,让 AI 助手能够阅读 GitHub 仓库文档、搜索代码、与仓库 AI 对话。
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ZREAD_TOKENClaude Code
claude mcp add --env ZREAD_TOKEN= zread-mcp -- npx zread-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"zread-mcp","command":"npx","args":["zread-mcp"],"env":{"ZREAD_TOKEN":""}}'
JSON
{
"mcpServers": {
"zread-mcp": {
"command": "npx",
"args": [
"zread-mcp"
],
"env": {
"ZREAD_TOKEN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.