You're looking at a bridge between Claude and Liquibase's database change management system. It takes natural language requests and generates validated XML or SQL changesets across 12 different database platforms. The 19 tools cover the core changeset operations you'd need: creating tables, adding columns, managing indexes, constraints, and data modifications. Reach for this when you want to describe schema changes in plain English and get production-ready Liquibase XML without writing it by hand. It handles the translation and validation so your changesets follow Liquibase conventions from the start.
LIQUIBASE_LICENSE_KEY*secretLiquibase Pro license key (required for server operation)
LIQUIBASE_MCP_OUTPUT_FORMATdefault: xmlOutput format for generated changesets: xml (default) or formatted-sql
LIQUIBASE_MCP_SQL_DATABASEdefault: postgresqlTarget database dialect for Formatted SQL output (postgresql, mysql, mariadb, oracle, mssql, h2, db2, sybase, sqlite, hsqldb, derby, firebird)
LIQUIBASE_MCP_DISABLE_VALIDATIONdefault: falseSkip H2 in-memory database validation of generated changesets
LIQUIBASE_MCP_INCLUDE_ROLLBACKdefault: falseGenerate explicit rollback blocks in XML changesets
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured