← All servers
🗄️

Schemacrawler AiVerified🛡 No advisories

io.github.schemacrawler/schemacrawler-ai
New to MCP? Start here →
0★ stars
0weekly installs
5 days agolast release

Provenancewhere it came from, and what was verified

Verified namespace

Published to the official MCP registry by github.com/schemacrawler, which proved it owns this namespace.

Verified owner: github.com/schemacrawlerio.github.schemacrawler/schemacrawler-ai

🛡 Permissions & trustwhat this server can touch before you run it

Secrets required
Needs SCHCRWLR_DATABASE_USER, SCHCRWLR_DATABASE_PASSWORD.
Configuration
Reads SCHCRWLR_MCP_SERVER_TRANSPORT, SCHCRWLR_JDBC_URL, SCHCRWLR_SERVER, SCHCRWLR_HOST, SCHCRWLR_PORT, SCHCRWLR_DATABASE, ….

About

Enables natural language schema queries — explore tables, keys, procedures, and get SQL help fast

Packages & transports

dockerschemacrawler/schemacrawler-ai:17.12.2-1vlatest · docker run

Metadata

Categorydatabases
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "schemacrawler_ai": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "schemacrawler/schemacrawler-ai:17.12.2-1"
      ]
    }
  }
}

▶ Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm schemacrawler/schemacrawler-ai:17.12.2-1