Connect to any relational database, and be able to get valid SQL, and ask questions like what does a certain column prefix mean.
[!NOTE]
- Please see the SchemaCrawler website for more details.
- Explore the SchemaCrawler command-line with a live online tutorial.
SchemaCrawler is a free database schema discovery and comprehension tool. SchemaCrawler has a good mix of useful features for data governance. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format.
This is a bare project that acts as an MCP client for the SchemaCrawler MCP Server for use in "Agent" mode.
docker pull schemacrawler/schemacrawler-ai:latest
docker compose -f schemacrawler-mcpserver.yaml up -d
docker compose -f schemacrawler-mcpserver.yaml down -t0