SchemaCrawler wraps database metadata exploration in a conversational interface, letting you ask questions about your schema in plain English instead of writing information_schema queries. It connects to your existing database and exposes operations to discover tables, foreign keys, stored procedures, and relationships without memorizing catalog syntax. Reach for this when you're working with an unfamiliar database, need to quickly understand legacy schemas, or want SQL generation help based on actual table structures. The command-line version has been around for years as a schema analysis tool, and this MCP server brings that same introspection capability directly into your AI workflow.
claude mcp add --transport stdio schemacrawler-schemacrawler-ai uvx schemacrawler-ai