Obtain the Liquibase AI Changelog Generator JAR file
Last updated: July 13, 2026
The Liquibase AI Changelog Generator JAR file is published to Maven Central. Download the JAR that matches the version you want to run, and note its full path. You'll need it when configuring your AI agent in VS Code, Claude Code, or Claude Desktop.
Procedure
Obtain the JAR file
The Liquibase AI Changelog Generator JAR file is available on Maven Central. Choose the method that fits your workflow below.
Add the following dependency to your project's pom.xml file.
If you need the standalone JAR file outside a build tool, download it directly. Note its full path. You'll need it when configuring your AI agent.
https://repo1.maven.org/maven2/com/liquibase/liquibase-mcp-changelog-server/your_version/liquibase-mcp-changelog-server-your_version.jarBe sure to:
Replace
your_versionwith the release you want. For example,1.0.0. Check the current version on Maven Central.
Next steps
Now that you have the JAR file, configure it in VS Code, Claude Code, or Claude Desktop.