Skip to main content
DatabasesJava

schemacrawler/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.

databasesofficial
Share:

Quick Start

Clone the repository:

git clone https://github.com/schemacrawler/SchemaCrawler-MCP-Server-Usage

Claude Desktop configuration example:

{
  "mcpServers": {
    "schemacrawler-mcp-server-usage": {
      "command": "npx",
      "args": [
        "-y",
        "schemacrawler/SchemaCrawler-MCP-Server-Usage"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Java
Author
schemacrawler