Skip to main content

2025 Monthly Report (April 01 - April 30)

· 3 min read

We have recently added a new plugin, mcp-bridge, to Apache APISIX. For detailed information, please read the monthly report.

Introduction

From its inception, the Apache APISIX project has embraced the ethos of open-source community collaboration, propelling it into the ranks of the most active global open-source API gateway projects. The proverbial wisdom of 'teamwork makes the dream work' rings true in our way and is made possible by the collective effort of our community.

From April 1st to April 30, 14 contributors made 54 commits to Apache APISIX. We sincerely appreciate your contributions to Apache APISIX.

Contributor Statistics

Apache APISIX Contributors List
Click to Preview

New Contributors List
Click to Preview

Good First Issue

Translate English Documentation into Chinese for AI Plugins

Issue: https://github.com/apache/apisix/issues/12161

The AI plugin category only has English documentation. To ensure developers from diverse backgrounds can effectively use and contribute to the project, Chinese documentation needs to be added.

Feature Highlights

Add mcp-bridge Plugin

PR: https://github.com/apache/apisix/pull/12151

Contributor: bzp2010

This PR introduces a new plugin called mcp-bridge, enabling users to convert any stdio-based mcp server to HTTP SSE-based. It consists of two parts, one for stdio handling and subprocess lifecycle management, and a submodule for MCP session management.

This PR also includes a lightweight MCP session management module. It assigns session IDs and manages queues and ping timers for sessions. Using a shared dictionary, it ensures proper functionality even when SSE connections and RPC calls are handled by different NGINX workers.

Conclusion

The official website and GitHub Issues of Apache APISIX provide a wealth of documentation of tutorials and real-world use cases. If you encounter any issues, you can refer to the documentation, search for keywords in Issues, or participate in discussions on Issues to share your ideas and practical experiences.