Back to Home
schemacrawler icon

SchemaCrawler-MCP-Server-Usage

Verified Safe

by schemacrawler

Overview

Provides an AI-powered agent to assist with database schema analysis, design issue identification, and SQL query generation.

Installation

Run Command
docker compose -f schemacrawler-mcpserver.yaml up -d

Environment Variables

  • SCHCRWLR_SERVER
  • SCHCRWLR_HOST
  • SCHCRWLR_PORT
  • SCHCRWLR_DATABASE
  • SCHCRWLR_INFO_LEVEL
  • SCHCRWLR_LOG_LEVEL
  • SCHCRWLR_MCP_SERVER_TRANSPORT
  • SERVER_PORT
  • SCHCRWLR_DATABASE_USER
  • SCHCRWLR_DATABASE_PASSWORD

Security Notes

The provided source code consists of Docker Compose configuration files and documentation. It correctly externalizes sensitive database credentials (SCHCRWLR_DATABASE_USER, SCHCRWLR_DATABASE_PASSWORD) to be sourced from environment variables or .env files, preventing hardcoding. No 'eval' or obfuscation is present in the provided snippets. The security score reflects the setup's adherence to good practices for secret management and the absence of obvious vulnerabilities in the configuration itself. The security of the underlying 'schemacrawler-ai' Docker image's internal code is not auditable from these files.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassHigh
Avg Tokens1000
Stars20
Forks2
Last Update2026-01-04

Tags

DatabaseAISchema AnalysisSQLDocker