Releases: jbjardine/mcpjungle-cloudron
Releases · jbjardine/mcpjungle-cloudron
Release list
v2.3.8
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
v2.3.6
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/dataruntime for Cloudron, admin CLI, and managed stdio subprocesses - Embedded
mcpjunglerebuilt from pinned upstream source with documented stdio shutdown/logging patches - Fixes for config resolution, registry ownership drift, and false reconcile failures after
registertimeouts
v2.3.5
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.5Connect Claude Code
{
"mcpServers": {
"mcpjungle": {
"type": "streamable-http",
"url": "https://your-domain.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Full documentation: README