MCPHubBETA
v1.0.28Aug 8, 2026

v1.0.28

This release hardens JSON schema handling, improves the reliability of on-demand MCP servers, and streamlines the server configuration experience. A new ResilientJsonSchemaValidator gracefully handles unresolvable $refs, on-demand servers are now properly woken to serve tool calls, resource description/enabled overrides are correctly reflected in the dashboard list, and the server edit form is reorganized into three clearer sections. It also includes OAuth/import validation polish and routine dependency updates.

View release
FeatureFix
  • Add ResilientJsonSchemaValidator to handle unresolvable $refs gracefully by @samanhappy in https://github.com/samanhappy/mcphub/pull/1028
  • Restructure server edit form into 3 sections by @samanhappy in https://github.com/samanhappy/mcphub/pull/1034
v1.0.27Aug 3, 2026

v1.0.27

This release adds MCP Apps passthrough for multi-server groups and on-demand stdio server spawning to lower memory usage, and improves diagnostics by including upstream stderr in connection errors. It also hardens OAuth handling by stripping static Authorization headers when an OAuth provider is active, cleans up duplicated lockfile entries, and adds unit tests for smartRouting config resolution.

View release
FeatureFix
  • feat: support MCP Apps passthrough on multi-server groups by @jcollas in https://github.com/samanhappy/mcphub/pull/1010
  • feat: on-demand stdio server spawning to reduce memory usage by @Rahulsharma0810 in https://github.com/samanhappy/mcphub/pull/1012
v1.0.26Jul 28, 2026

v1.0.26

This release adds an MCP Toplist rank badge, fixes stdio server handling when no arguments are provided, and improves error reporting for invalid vector embedding writes.

View release
FeatureFix
  • Add MCP Toplist rank badge by @chrstphe in https://github.com/samanhappy/mcphub/pull/1001
v1.0.25Jul 24, 2026

v1.0.25

This release focuses on security hardening and stability improvements, including a fix for a command injection vulnerability in proxychains4, recovery of stale PostgreSQL connections, and updated Docker image glibc compatibility.

View release
FixSecurity
v1.0.24Jul 11, 2026

v1.0.24

This release adds upstream OAuth disconnect support and per-session upstream client isolation for stateful MCP servers, along with a fix for preserving in-flight OAuth state on full page reloads.

View release
FeatureFix
  • add upstream OAuth disconnect by @samanhappy in https://github.com/samanhappy/mcphub/pull/984
  • per-session upstream client isolation for stateful MCP servers by @isc30 in https://github.com/samanhappy/mcphub/pull/985
v1.0.23Jul 5, 2026

v1.0.23

This release adds local development convenience with a default admin user and dynamic base URL configuration, fixes several layout and i18n issues, and improves documentation.

View release
FeatureFix
  • feat: add default admin user for local development and update documentation by @samanhappy in https://github.com/samanhappy/mcphub/pull/973
  • feat: add INSTALLBASEURL support for dynamic configuration and improve related utilities by @samanhappy in https://github.com/samanhappy/mcphub/pull/976
  • docs: update README files with Docker image variants and configuration details by @samanhappy in https://github.com/samanhappy/mcphub/pull/968
v1.0.22Jul 3, 2026

v1.0.22

This release surfaces the OAuth auth method in the activity log's API key field, fixes remote keep-alive status updates and OpenAPI server editing with recursive schemas, and ships routine dependency bumps for pg, @types/pg, openai, typescript, and i18next-browser-languagedetector.

View release
FeatureFix
  • Surface OAuth auth method in activity log API key field by @samanhappy in https://github.com/samanhappy/mcphub/pull/958
v1.0.21Jun 30, 2026

v1.0.21

This release broadens OpenAPI integration — servers can now be defined as YAML endpoints, and OAuth2-secured OpenAPI servers correctly refresh their access token after a 401. It also ships a packaging fix that adds Cargo to the Docker image, corrects the Discord community link, and bumps typeorm and i18next-fs-backend.

View release
FeatureFix
  • Support OpenAPI YAML endpoints by @samanhappy in https://github.com/samanhappy/mcphub/pull/950
v1.0.20Jun 28, 2026

v1.0.20

This release fixes smart call_tool routing.

View release
Fix
v1.0.19Jun 28, 2026

v1.0.19

This release hardens server management reliability with fixes across pagination, state broadcasts, process lifecycle, and serialization, and introduces config-gated verbatim tool call payload storage.

View release
FeatureFix
  • Store tool call payloads verbatim, gated by a config switch by @samanhappy in https://github.com/samanhappy/mcphub/pull/944
v1.0.18Jun 22, 2026

v1.0.18

Adds per-tenant server isolation via group server aliases, a release-notes skill, and pnpm audit fixes.

View release
FeatureFixSecurity
  • Group server alias: optional alias on group servers lets the same name be reused across groups, with tools prefixed by the alias instead of the owner; default unchanged when unset (#932)
  • release-notes skill that rewrites a release body into the bilingual template, and relaxed validation that omits empty optional sections (#929)
v1.0.17Jun 18, 2026

v1.0.17

MCPHub v1.0.17 adds cache refresh and reinstall support for npx/uvx MCP servers, and fixes several reliability issues around tool result handling, stdio process lifecycle, single-server reload scoping, and bearer-auth request user context. Dependency bumps for Hono and Vite are also included.

View release
FeatureFix
  • Add cache refresh and reinstall for npx/uvx MCP servers.
v1.0.16Jun 15, 2026

v1.0.16

MCPHub v1.0.16 fixes a group lookup crash by validating the UUID format before querying a group by ID.

View release
Fix
v1.0.15Jun 15, 2026

v1.0.15

MCPHub v1.0.15 enhances server tool description management and fixes a visibility issue where user-level keys could not see public servers inside admin-owned groups.

View release
FeatureFix
  • Enhance server tool description management.
v1.0.14Jun 11, 2026

v1.0.14

MCPHub v1.0.14 adds a dedicated disabled filter tab to the Servers page, introduces a customizable switch component with enhanced accessibility, and fixes ServerCard styling.

View release
FeatureFix
  • Add a dedicated disabled filter tab to the Servers page for easier management of disabled servers.
  • Implement a customizable switch component with enhanced styles and accessibility.
v1.0.13Jun 8, 2026

v1.0.13

MCPHub v1.0.13 introduces a changelog update notification system and improves session management with better transport rehydration and error handling.

View release
Feature
  • Add changelog update feature with UI integration and service updates.
  • Enhance session management with improved transport rehydration and error handling.
v1.0.12Jun 7, 2026

v1.0.12

MCPHub v1.0.12 improves large tool-result handling and gives smart routing more useful server context, while also updating Hono to the latest patched version in this release line.

View release
FeatureFix
  • Add tool result compression with configurable strategies and localized dashboard support.
  • Add optional server descriptions to the smart routing search_tools inventory so agents get clearer routing context.
v1.0.11Jun 4, 2026GitHub-generated notes

v1.0.11

Full Changelog: https://github.com/samanhappy/mcphub/compare/v1.0.10...v1.0.11

View release
v1.0.10Jun 2, 2026GitHub-generated notes

v1.0.10

Full Changelog: https://github.com/samanhappy/mcphub/compare/v1.0.9...v1.0.10

View release
v1.0.9Jun 1, 2026GitHub-generated notes

v1.0.9

Full Changelog: https://github.com/samanhappy/mcphub/compare/v1.0.8...v1.0.9

View release
v1.0.8May 31, 2026GitHub-generated notes

v1.0.8

Full Changelog: https://github.com/samanhappy/mcphub/compare/v1.0.7...v1.0.8

View release
v1.0.7May 28, 2026GitHub-generated notes

v1.0.7

Full Changelog: https://github.com/samanhappy/mcphub/compare/v1.0.6...v1.0.7

View release
v1.0.6May 28, 2026GitHub-generated notes

v1.0.6

Full Changelog: https://github.com/samanhappy/mcphub/compare/v1.0.5...v1.0.6

View release
v1.0.5May 23, 2026GitHub-generated notes

v1.0.5

Full Changelog: https://github.com/samanhappy/mcphub/compare/v1.0.4...v1.0.5

View release
v1.0.4May 23, 2026GitHub-generated notes

v1.0.4

Full Changelog: https://github.com/samanhappy/mcphub/compare/v1.0.3...v1.0.4

View release
v1.0.3May 22, 2026GitHub-generated notes

v1.0.3

Full Changelog: https://github.com/samanhappy/mcphub/compare/v1.0.2...v1.0.3

View release
v1.0.2May 21, 2026GitHub-generated notes

v1.0.2

Full Changelog: https://github.com/samanhappy/mcphub/compare/v1.0.1...v1.0.2

View release
v1.0.1May 20, 2026GitHub-generated notes

v1.0.1

Full Changelog: https://github.com/samanhappy/mcphub/compare/v1.0.0...v1.0.1

View release
v1.0.0May 16, 2026GitHub-generated notes

v1.0.0

Full Changelog: https://github.com/samanhappy/mcphub/compare/v0.12.17...v1.0.0

View release
v0.12.17May 12, 2026GitHub-generated notes

v0.12.17

Full Changelog: https://github.com/samanhappy/mcphub/compare/v0.12.16...v0.12.17

View release
Security