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

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
View source on GitHub