[ MCP_NODE_3914 ]

Zread 知识库读取

协议: MCP v1.0
[ 描述 ]

由 Z.AI 开发,专门为 Claude Code 等 AI 提供开源仓库的文档读取和代码访问功能。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "zread": {
            "description": "Zread MCP Server - Z.AI implementation based on the Model Context Protocol (MCP). Powered by zread.ai, it provides Claude Code, Cline, and other MCP-compatible clients with knowledge documentation and code access capabilities for open source repositories.",
            "type": "http",
            "url": "https://api.z.ai/api/mcp/zread/mcp",
            "headers": {
                "Authorization": "Bearer your_api_key"
            }
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
http
端点
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。