zai-mcp-proxy-server
Verified Safeby dariuszkowalski-com
Overview
Provides an MCP proxy server for Z.AI Web Search Prime API, enabling integration with Forge as a standard MCP server.
Installation
node zai-mcp-proxy.js --api-key "YOUR_ZAI_API_KEY"Environment Variables
- ZAI_API_KEY
Security Notes
The server uses HTTPS for communication, validates all input parameters with Zod, and handles API keys via environment variables or command-line arguments (not hardcoded). Error handling and timeouts are implemented. There are no direct uses of `eval` or other highly dangerous functions with untrusted input. The server specifically handles double-escaped JSON by unescaping before parsing, which is a safe approach. Minor risk: API key passed via command line arguments can be visible in process listings, though environment variables are also supported and preferred for secrets.
Similar Servers
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
typingmind-mcp
A server for managing and integrating Model Context Protocol (MCP) servers with TypingMind, enabling custom AI model connections.