Model Context Protocol

Model Context Protocol

📖 定义

MCP (Model Context Protocol) is an open standard protocol proposed by Anthropic for connecting AI models with external data sources and tools. It defines a unified interface specification, enabling AI applications to securely access various resources.

🔗 在 Higress 中的应用

Higress natively supports the MCP protocol, can convert existing HTTP APIs to MCP Servers, and provides MCP marketplace functionality for unified management and distribution of tools.

💡 示例

  • 1 MCP Server can expose database query capabilities to AI
  • 2 MCP tools enable AI to call external APIs to perform operations
  • 3 HiMarket provides enterprise-grade MCP service marketplace

⚙️ 配置示例

YAML
# Higress MCP Configuration Example
mcp:
  servers:
    - name: database-tools
      transport: http
      endpoint: /mcp/database

🔄 相关术语

常见问题

Model Context Protocol 是什么?
MCP (Model Context Protocol) is an open standard protocol proposed by Anthropic for connecting AI models with external data sources and tools. It defines a unified interface specification, enabling AI applications to securely access various resources.
Higress 如何支持 Model Context Protocol?
Higress natively supports the MCP protocol, can convert existing HTTP APIs to MCP Servers, and provides MCP marketplace functionality for unified management and distribution of tools.

深入了解 Higress

探索更多 Higress 的功能和最佳实践