> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/test/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/test/compute/mcpg/jian-jie.md).

# 简介

**Zenlayer MCP 网关** 基于 MCP（Model Context Protocol）标准构建，通过统一的上下文协议与 API 设计，为应用提供可扩展的智能能力接入方式。它能够无缝集成多种 MCP Server，包括大模型推理、工具调用、知识检索、自动化流程执行等能力，从而帮助开发者快速构建具备“可调用工具 + 可扩展上下文 + 多模型协同”的应用体系。 网关对外提供统一的调用接口，对内自动管理多个 MCP Server 的会话、鉴权、上下文同步与任务路由，显著降低多源服务接入的复杂度。通过配置化与插件化机制，开发者可以轻松扩展 Server 类型、添加自定义工具、规范响应结构，使系统具备更强的可维护性与可扩展性。 无论是构建企业内部自动化平台、多智能体系统，或是需要统一管理多模型工具链的业务场景，**Zenlayer MCP 网关** 都能提供稳定、高效、标准化的智能能力接入体验。

如需申请开通权限或获取技术支持，请联系 Zenlayer 客户支持团队：<product-turbo@zenlayer.com>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/test/compute/mcpg/jian-jie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
