Community Apps

Agentgateway

By OrcVole

Open source proxy for MCP and LLM traffic

1.3.1 1024MB Updated 24 Jun 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

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

  • Initial release. Packages agentgateway v1.3.1 on cloudron/base:5.0.0.

  • Admin UI on the primary domain, behind the Cloudron proxyAuth addon.

  • Data plane (MCP and the OpenAI-compatible LLM endpoint) on a dedicated httpPorts subdomain,

  • secured by an API key generated on first install.

  • Bundles uv for uvx-based MCP servers; Node is provided by the base image.

  • Ships a removable MCP "everything" demo server at /mcp so the gateway works immediately.