[ MCP_NODE_3915 ]
zread
CATEGORY:
Web Search & Fetch
PROTOCOL:
MCP v1.0
[ 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.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"zread-en": {
"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"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.