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.
Quick Start
Clone the repository:
git clone https://github.com/schemacrawler/SchemaCrawler-MCP-Server-UsageClaude 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.