Loading MCP server directory, please wait...
Convert natural language into validated Liquibase XML or SQL changesets. 19 tools, 12 databases.
npx @getmcp/cli add io.github.liquibase/changelog-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
LIQUIBASE_LICENSE_KEYLiquibase Pro license key (required for server operation)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.liquibase/changelog-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"LIQUIBASE_LICENSE_KEY",
"-e",
"LIQUIBASE_MCP_OUTPUT_FORMAT",
"-e",
"LIQUIBASE_MCP_SQL_DATABASE",
"-e",
"LIQUIBASE_MCP_DISABLE_VALIDATION",
"-e",
"LIQUIBASE_MCP_INCLUDE_ROLLBACK",
"ghcr.io/liquibase/liquibase-mcp-changelog-server:1.0.0"
],
"env": {
"LIQUIBASE_LICENSE_KEY": "",
"LIQUIBASE_MCP_OUTPUT_FORMAT": "xml",
"LIQUIBASE_MCP_SQL_DATABASE": "postgresql",
"LIQUIBASE_MCP_DISABLE_VALIDATION": "false",
"LIQUIBASE_MCP_INCLUDE_ROLLBACK": "false"
}
}
}
}