Core Features

MCP Services

Z Code integrates the MCP (Model Context Protocol) service, providing you with an Agent collaboration and management protocol framework. By standardizing Agent workflows, you can easily extend the boundaries of Agent capabilities, enabling them to perform advanced tasks such as visual recognition, internet search, and web reading.

  • Built-in MCP: We provide preset MCP services covering various common scenarios. Simply enable them in settings to quickly apply best practices.
  • Custom Configuration: You can also create and configure your own MCP services to meet unique project needs, achieving maximum control and flexibility.

Configuration Guide

Entry Point

Go to Z Code Settings and click MCP Servers in the left navigation bar to access the management interface.

MCP Configuration Entry

Interface

In the configuration interface, you can view the list of all integrated services and fine-tune specific services through the JSON editor.

MCP Configuration UI


Core MCP Service Configuration

1. Visual Understanding MCP (zai-mcp-server)

Empowers the Agent to understand and analyze image content.

  1. Refer to the BigModel configuration documentation to get your API Token.
  2. In Z Code Settings -> MCP Servers, click edit for zai-mcp-server.
  3. Fill in your Z_AI_API_KEY in the environment variables (env) and set Z_AI_MODE to ZHIPU.
  4. Save and enable.

Visual Understanding MCP

2. Internet Search MCP (web-search-prime)

Enables the Agent to access the internet in real-time for the latest information and data.

  1. Refer to the BigModel configuration documentation to get your API Token.
  2. In Z Code Settings -> MCP Servers, click edit for web-search-prime.
  3. Enter your Key in the Authorization field under headers (format: Bearer your_api_key).
  4. Save and enable.

Internet Search MCP

3. Web Reader MCP (web-reader)

Supports deep parsing of web content, extracting core text and structured data.

  1. Refer to the BigModel configuration documentation to get your API Token.
  2. In Z Code Settings -> MCP Servers, find and edit web-reader.
  3. Complete the Key entry in the Authorization field under headers.
  4. Save and enable.

Web Reader MCP


Next Steps