mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
6eb98d96ec
- Add 4 new Z.AI MCP integrations (vision, web-reader, web-search, zread) - Update GLM model from 4.6 to 4.7 in coding plan - Migrate website URLs from GitHub Pages to aitmpl.com - Update component catalog with latest download stats Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
13 lines
498 B
JSON
13 lines
498 B
JSON
{
|
|
"mcpServers": {
|
|
"web-reader": {
|
|
"description": "Web Reader MCP Server - Z.AI implementation based on the Model Context Protocol (MCP). Provides Claude Code, Cline, and other MCP-compatible clients with powerful web content extraction capabilities, including full-page content retrieval and structured data extraction.",
|
|
"type": "http",
|
|
"url": "https://api.z.ai/api/mcp/web_reader/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer your_api_key"
|
|
}
|
|
}
|
|
}
|
|
}
|