Back to MCP Servers

SchemaCrawler MCP Server Usage

Connect to any relational database, and be able to get valid SQL, and ask questions like what does a certain column prefix mean.

databasesai
By schemacrawler
263Updated 1 week agoEPL-2.0

Installation

npx -y SchemaCrawler-MCP-Server-Usage

Configuration

{
  "mcpServers": {
    "SchemaCrawler-MCP-Server-Usage": {
      "command": "npx",
      "args": ["-y", "SchemaCrawler-MCP-Server-Usage"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
<!-- markdownlint-disable MD041 -->

:star: Star it :arrow_heading_up: if you love it!

Build Docker Pulls Docker MCP Pulls GitHub Repo stars

<img src="https://github.com/schemacrawler/SchemaCrawler-Usage/blob/98e442d9a957070d45e87109d5b32d7f17b62927/schemacrawler-website/src/site/resources/images/schemacrawler_logo.png?raw=true" height="100px" width="100px" valign="middle"/> SchemaCrawler AI MCP Server: Usage

[!NOTE]

About

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 AI MCP Server for use in "Agent" mode. You can find documentation on how to use the server here.

The SchemaCrawler AI MCP Server is available as an official Docker-verified image from the Docker MCP Catalog at mcp/schemacrawler-ai. Early release versions are published at schemacrawler/schemacrawler-ai.

Prerequisites

  1. Install supporting software
    • Docker
    • Docker Compose
    • Visual Studio Code
  2. Read Use MCP servers in VS Code
  3. Clone this project, and open it in Visual Studio Code

Getting Started

Refer to the getting started documentation, and more documentation in docs/.

View source on GitHub