← All servers

zread-mcp

io.github.ejfkdev/zread-mcp v1.0.1
Official Registry git

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

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add zread-mcp -- npx -y zread-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "zread-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zread-mcp"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "zread-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zread-mcp"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "zread-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zread-mcp"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "zread-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "zread-mcp"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "zread-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zread-mcp"
      ]
    }
  }
}

Packages

npm zread-mcp@1.0.1

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.ejfkdev--zread-mcp/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent