MCP Server
MCP
Liquibase Changelog MCP Server
Convert natural language into validated Liquibase XML or SQL changesets. 19 tools, 12 databases.
Install
oci:ghcr.io/liquibase/liquibase-mcp-changelog-server:1.0.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/liquibase/liquibase-mcp-changelog-server:1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Liquibase Pro license key (required for server operation)",
"isRequired": true,
"isSecret": true,
"name": "LIQUIBASE_LICENSE_KEY"
},
{
"description": "Output format for generated changesets: xml (default) or formatted-sql",
"default": "xml",
"name": "LIQUIBASE_MCP_OUTPUT_FORMAT"
},
{
"description": "Target database dialect for Formatted SQL output (postgresql, mysql, mariadb, oracle, mssql, h2, db2, sybase, sqlite, hsqldb, derby, firebird)",
"default": "postgresql",
"name": "LIQUIBASE_MCP_SQL_DATABASE"
},
{
"description": "Skip H2 in-memory database validation of generated changesets",
"default": "false",
"name": "LIQUIBASE_MCP_DISABLE_VALIDATION"
},
{
"description": "Generate explicit rollback blocks in XML changesets",
"default": "false",
"name": "LIQUIBASE_MCP_INCLUDE_ROLLBACK"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment