aicoolies logo
Higress logo
Higress logo

Higress

AI-native API gateway by Alibaba with MCP server hosting and LLM routing

open sourceupdated Apr 22, 2026

Higress is an open-source AI-native API gateway developed by Alibaba that combines traditional API management with LLM-specific capabilities like token-based rate limiting, model routing, prompt caching, and MCP server hosting. Built on Envoy and Istio, it provides enterprise-grade traffic management while natively understanding AI workload patterns including streaming responses, long-lived connections, and multi-model fallback chains.

Higress is an API gateway developed by Alibaba Cloud that bridges traditional API infrastructure and the emerging requirements of AI-native applications. While conventional gateways handle request routing, rate limiting, and authentication based on HTTP semantics, Higress extends these concepts to understand AI-specific traffic patterns. Token-based rate limiting controls costs by counting LLM tokens rather than raw requests. Model routing directs traffic to different LLM providers based on request characteristics. Prompt caching reduces latency and cost for repeated queries.

The gateway is built on the battle-tested Envoy proxy and Istio service mesh, inheriting their performance, reliability, and extensibility while adding an AI-aware control plane. A particularly distinctive feature is native MCP server hosting, which lets teams expose tools and data sources to AI agents through the Model Context Protocol directly from the gateway layer. This eliminates the need for separate MCP server infrastructure and centralizes agent-to-tool communication through existing API management workflows.

Higress powers production workloads at Alibaba Cloud, supporting their Tongyi Bailian and PAI AI platforms. The project has over 8,000 GitHub stars and is Apache 2.0 licensed. It represents a category of infrastructure that barely exists in Western developer tool directories — AI-native API gateways that understand the specific traffic patterns, cost models, and integration requirements of LLM-powered applications. Plugin support via WASM allows custom routing logic without gateway restarts.

Pricing

Free open-source; enterprise support via Alibaba Cloud

Platforms

Linux, Kubernetes, Docker

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Agent Skills logo

Agent Skills

Open standard for portable skills across AI agents

Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.

Open Source
KTransformers parent kvcache-ai logo

KTransformers

Heterogeneous CPU-GPU inference and SFT for large MoE models

Open-source framework for running and fine-tuning large Mixture-of-Experts models with heterogeneous CPU-GPU execution, optimized kernels, limited VRAM and SGLang or LLaMA-Factory integrations.

Open Source
vLLM Production Stack parent vLLM logo

vLLM Production Stack

Official Kubernetes and Helm reference stack built on the vLLM inference engine

Official vLLM reference implementation for scaling the existing inference engine on Kubernetes with Helm, request routing, KV-cache offload, autoscaling and Prometheus/Grafana observability.

Open Source
Dynamo logo

NVIDIA Dynamo

Distributed inference orchestration above vLLM, SGLang and TensorRT-LLM

Open-source, datacenter-scale orchestration layer that coordinates vLLM, SGLang and TensorRT-LLM across nodes with disaggregated serving, KV-aware routing, multi-tier cache management and automatic scaling.

Open Source
GPUStack logo

GPUStack

Open-source GPU control plane for scalable AI model serving

Open-source GPU cluster manager that configures vLLM, SGLang, TensorRT-LLM or custom engines, serves models through compatible APIs, and provisions SSH-accessible GPU instances across on-premises, Kubernetes and cloud environments.

Open Source
MCPJam logo

MCPJam Inspector

Test and debug MCP servers before they ship

Open-source platform for inspecting, debugging and regression-testing MCP servers, MCP Apps and ChatGPT apps, with OAuth and protocol conformance for local and CI workflows.

freemiumOpen SourceTelemetry

FAQ

What is Higress?

Higress is an open-source AI-native API gateway developed by Alibaba that combines traditional API management with LLM-specific capabilities like token-based rate limiting, model routing, prompt caching, and MCP server hosting. Built on Envoy and Istio, it provides enterprise-grade traffic management while natively understanding AI workload patterns including streaming responses, long-lived connections, and multi-model fallback chains.

Is Higress free?

Yes — Higress is open source and free to use. Free open-source; enterprise support via Alibaba Cloud

Is Higress open source?

Yes — Higress is open source.

What are the best Higress alternatives?

The top editor-verified Higress alternatives are Cloudflare Workers, Dokploy.