Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an explanation for implementing MCP server hosting using Higress #1041

Merged
merged 2 commits into from
Mar 27, 2025

Conversation

johnlanni
Copy link
Contributor

Description

Adds Higress MCP Server Hosting to Additional resources. It is a solution that allows running MCP servers on API Gateway(based on Envoy)

Motivation and Context

MCP makes APIs more AI-friendly, and the management of MCP servers shares many similarities with traditional APIs, such as invocation observation of tools calls, rate limiting, authentication, and authorization. Higress offers a way to develop WASM plugins, extending the capabilities of MCP servers on the API gateway. This approach simplifies the hosting of MCP servers and allows for the reuse of governance capabilities that have been established in the era of traditional APIs.

How Has This Been Tested?

Internal testing has been completed. About to be widely promoted and used on Alibaba Cloud

Breaking Changes

None.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

@johnlanni
Copy link
Contributor Author

Friendly ping @tadasant

Co-authored-by: Tadas Antanavicius <[email protected]>
@johnlanni johnlanni requested a review from tadasant March 26, 2025 23:24
@tadasant tadasant merged commit 03a553a into modelcontextprotocol:main Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants