Back to Catalog

SchemaCrawler-MCP-Server-Usage

schemacrawler/SchemaCrawler-MCP-Server-Usage
🔗 Latest commit:a1bab27
🕒 Updated:Sep 9, 2025, 01:05 PM
Unknown
Development

Find out how to use SchemaCrawler AI MCP Server

MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by gemini-2.5-flashFix
Trust Score49/100
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.
🤖 Evaluated by gemini-2.5-flashFix
{
  "schemacrawler-schemacrawler-ai-docker": {
    "command": "docker",
    "args": [
      "compose",
      "-f",
      "schemacrawler-mcpserver.yaml",
      "up",
      "-d"
    ],
    "env": {}
  },
  "schemacrawler-schemacrawler-ai-docker-configured": {
    "command": "docker",
    "args": [
      "compose",
      "-f",
      "schemacrawler-mcpserver.yaml",
      "up",
      "-d"
    ],
    "env": {}
  }
}
MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by gemini-2.5-flashFix
Tools:
Prompts:
Resources:
Sampling:
Roots:
Logging:
STDIO Transport:
HTTP Transport:
OAuth2 Auth:
Dependencies
3 dependencies
Libraries and frameworks used by this MCP server
🤖 Evaluated by gemini-2.5-flashFix
Add Quality Badge
Show your MCP trust score in your README
Trust Score Badge
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/schemacrawler/SchemaCrawler-MCP-Server-Usage)](https://archestra.ai/mcp-catalog/schemacrawler__schemacrawler-mcp-server-usage)
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.

SchemaCrawler-MCP-Server-Usage MCP Server | Documentation & Integration | Archestra