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>
18 lines
548 B
JSON
18 lines
548 B
JSON
{
|
|
"mcpServers": {
|
|
"zai-mcp-server": {
|
|
"description": "Vision MCP Server - Z.AI capability implementation based on the Model Context Protocol (MCP), providing powerful Z.AI GLM-4.6V capabilities for MCP-compatible clients such as Claude Code and Cline, including image analysis, video understanding, and other features.",
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@z_ai/mcp-server"
|
|
],
|
|
"env": {
|
|
"Z_AI_API_KEY": "your_api_key",
|
|
"Z_AI_MODE": "ZAI"
|
|
}
|
|
}
|
|
}
|
|
}
|