Skip to content

v2.3.5

Choose a tag to compare

@jbjardine jbjardine released this 30 Mar 22:49

MCPJungle for Cloudron v2.3.5

Self-hosted MCP Gateway for Cloudron. Register any number of MCP servers and access them all through a single authenticated HTTPS endpoint.

Highlights

  • Web dashboard with dark OLED theme and Cloudron SSO
  • API key management (create/revoke from dashboard)
  • Edit server settings (description, env, bridge port)
  • Deferred boot reconcile with circuit breaker
  • 5 managed types: npm, uvx, http_remote, custom_command, local_bundle
  • Bridge port for HTTP MCP servers
  • Cloudron custom app store support

Install

Add to your Cloudron app store:

https://raw.githubusercontent.com/jbjardine/mcpjungle-cloudron/main/CloudronVersions.json

Or via CLI:

cloudron install --image ghcr.io/jbjardine/mcpjungle-cloudron:v2.3.5

Connect Claude Code

{
  "mcpServers": {
    "mcpjungle": {
      "type": "streamable-http",
      "url": "https://your-domain.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Full documentation: README