Skip to content

Releases: jbjardine/mcpjungle-cloudron

v2.3.8

Choose a tag to compare

@jbjardine jbjardine released this 04 Apr 19:58
32d3a83

Highlights

  • Remove and recreate only Cloudron-managed tool groups around boot reconcile so transient deregister/register windows no longer spam callback errors for managed group endpoints.
  • Preserve custom tool groups during Cloudron sync while migrating auto-managed groups to the canonical [cloudron-managed] description.

Full Changelog: v2.3.7...v2.3.8

v2.3.7

Choose a tag to compare

@jbjardine jbjardine released this 04 Apr 16:54
33caf56

Highlights

  • Fix the final image packaging so /usr/local/bin/mcpjungle is installed as an executable binary
  • Repair the 2.3.6 Cloudron startup regression

v2.3.6

Choose a tag to compare

@jbjardine jbjardine released this 04 Apr 16:41
705553f

Warning

This release is superseded by v2.3.7 due to a packaging regression that installed /usr/local/bin/mcpjungle as a directory instead of an executable binary.

Highlights

  • Canonical /app/data runtime for Cloudron, admin CLI, and managed stdio subprocesses
  • Embedded mcpjungle rebuilt from pinned upstream source with documented stdio shutdown/logging patches
  • Fixes for config resolution, registry ownership drift, and false reconcile failures after register timeouts

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