# schemacrawler/SchemaCrawler-MCP-Server-Usage [Health: Active]

**Category:** 🗄️ Databases  
**Repository:** https://github.com/schemacrawler/SchemaCrawler-MCP-Server-Usage  
**GitHub Stars:** 29  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/schemacrawler-schemacrawler-mcp-server-usage

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "schemacrawler-mcp-server-usage": {
    "url": "https://hub.docker.com/r/mcp/schemacrawler-ai"
  }
}
```

## Documentation
This MCP server connects to any relational database to provide schema discovery and comprehension capabilities. It supports querying schema objects using regular expressions and outputs schema and data in readable text formats. Use it to understand database structures, generate valid SQL, and ask questions about schema elements such as column prefixes. It is suitable for data governance and database documentation tasks.

**Use cases:**
- Discover database schema details
- Search schema objects with regex
- Generate valid SQL queries
- Ask questions about schema elements
- Export schema and data in readable text

**Key features:**
- Connects to any relational database
- Schema object search using regular expressions
- Readable text output of schema and data
- Supports SQL generation and validation
- Data governance and schema comprehension

_Summarized from the repository README — see the link above for the full text._

