Skip to content

Releases: erikhoward/mcp-keycloak

mcp-keycloak v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 16:38

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

mcp-keycloak v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 23:15

Highlights

  • Added client scope management, administrative/login event queries, and OIDC identity provider tools.
  • Added service-account authentication and read-only mode.
  • Added configurable HTTP timeouts and private CA trust bundles.
  • Bounded event queries and redacted sensitive audit data.
  • Added vulnerability scanning, a patched Go minimum, and immutable GitHub Action pins.

Upgrade notes

  • Remote Keycloak URLs now require HTTPS; HTTP is allowed only for localhost or literal loopback IPs.
  • Client secrets are omitted by default. Explicit includeSecret: true returns sensitive data in structured output; read-only mode still permits this operation.
  • Configure exactly one authentication mode: username/password or service-account client credentials.
  • Building from source requires Go 1.25.13 or newer.

Downloads

Archives are available for Linux and macOS (amd64/arm64), and Windows (amd64), with SHA-256 hashes in checksums.txt.

Full changelog

mcp-keycloak v0.1.0

Choose a tag to compare

@erikhoward erikhoward released this 05 Sep 20:19