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-UsageConfiguration
{
"mcpServers": {
"SchemaCrawler-MCP-Server-Usage": {
"command": "npx",
"args": ["-y", "SchemaCrawler-MCP-Server-Usage"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes