Kong AI Gateway (AI MCP Proxy)
Kong AI Gateway (AI MCP Proxy)
Use the plugin’s The MCP plugin doesn’t inject an upstream credential itself. Add the bearer with Kong’s Request Transformer plugin:
passthrough-listener mode with a Gateway Service pointing at https://mcp.consensus.app and a route on /mcp:config.add.headers → Authorization:Bearer ak_live_.... Kong has no upstream OAuth broker; its OAuth plugins are inbound only. Requires Kong Gateway 3.12+ and an upstream on MCP 2025-06-18 or later.Solo.io agentgateway
Solo.io agentgateway
Add Consensus as an MCP target with a backend auth key:Set
statefulMode: stateless if you don’t want the gateway to synthesize sessions. backendAuth.passthrough forwards a caller’s own Consensus token; there is no built-in authorization-code broker.Zuplo MCP Gateway
Zuplo MCP Gateway
Zuplo’s gateway is stateless, POST-only Streamable HTTP with no SSE, which mirrors Consensus exactly. Point the For a shared key, add the
McpProxyHandler at the server:set-headers-inbound policy with Authorization = Bearer ak_live_.... For per-user OAuth, the mcp-token-exchange-inbound policy’s clientRegistration: auto uses Client ID Metadata Documents rather than RFC 7591 Dynamic Client Registration; use mode: manual with a confidential client from Consensus, or test auto first.Docker MCP Gateway and Docker Agent
Docker MCP Gateway and Docker Agent
Docker’s MCP Toolkit catalog doesn’t document adding a remote server by URL. Docker Agent (Omit
cagent) does:headers to use Dynamic Client Registration OAuth instead. Treat this as workstation tooling rather than an enterprise gateway.Boomi AI Gateway (formerly Lunar.dev MCPX)
Boomi AI Gateway (formerly Lunar.dev MCPX)
Add a remote server with Boomi’s docs are mid-migration from Lunar; the remote-server page isn’t republished yet, and its documented static OAuth covers client-credentials and device flows only. Use the bearer path.
type: streamable-http (inferred from the /mcp suffix) and a static header: