Community Apps

Agentgateway

By OrcVole

Open source proxy for MCP and LLM traffic

1.4.1 1024MB Updated 2 Aug 2026
chat
Install this app
In your Cloudron dashboard, open the App Store, choose "Community apps" and paste this URL:
https://raw.githubusercontent.com/OrcVole/agentgateway-cloudron/main/CloudronVersions.json

Description

1.4.1

agentgateway is an open source proxy for AI traffic. It sits in front of your model providers and tool servers and gives agents a single, governed entry point.

This package runs agentgateway on Cloudron with a clean, secure topology:

  • The admin interface and UI run on the app's primary domain, behind Cloudron login, so only your Cloudron users can configure the gateway.
  • The data plane (the Model Context Protocol endpoint and the OpenAI-compatible LLM endpoint) runs on a separate subdomain that programmatic clients reach directly, protected by an API key that is generated for you on first install.

Use it to:

  • Expose MCP tool servers (stdio, SSE, streamable HTTP, or remote) to your agents through one endpoint, with authentication and access policies.
  • Put an OpenAI-compatible front door in front of one or more LLM providers, with key management, failover, and cost visibility.

agentgateway is an Apache-2.0 licensed Linux Foundation project. This package tracks its stable releases and keeps the upstream binary unmodified.

Issues and questions about this package go to its public issue tracker.

Screenshot

Recent Changes

  • Upstream agentgateway v1.3.1 to v1.4.1. Adds upstream's new OAuth support for backend and MCP

  • traffic (token exchange, cross-app access, client authentication), and changes to the OIDC and

  • MCP session handling. This is the gateway authenticating outbound and MCP traffic; the Cloudron

  • single sign-on wall on the admin UI is unchanged.

  • Pin the upstream image by digest rather than by tag alone, so the build is reproducible.

  • Note: upstream's virtualkeys-to-configmap migration command ships in their Kubernetes

  • controller, which this package does not include. It does not apply to a Cloudron install.