Back to Catalog

SchemaCrawler-MCP-Server-Usage

schemacrawler/SchemaCrawler-MCP-Server-Usage
🔗 Latest commit:a1bab27
Unknown
Development

Find out how to use SchemaCrawler AI MCP Server

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:5
👥 Contributors:2
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "schemacrawler-schemacrawler-ai-docker": {
    "command": "docker",
    "args": [
      "compose",
      "-f",
      "schemacrawler-mcpserver.yaml",
      "up",
      "-d"
    ],
    "env": {},
    "docker_image": "compose"
  },
  "schemacrawler-schemacrawler-ai-docker-configured": {
    "command": "docker",
    "args": [
      "compose",
      "-f",
      "schemacrawler-mcpserver.yaml",
      "up",
      "-d"
    ],
    "env": {},
    "docker_image": "compose"
  }
}
README.md

Docker Pulls
GitHub Repo stars

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 on the Docker MCP Catalog as a Docker-verified image.

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.