Schemacrawler AI MCP Server

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

People who work with database, documentation and metadata extraction and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Java.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 11 · #152 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

NOASSERTION · Java · how we verify → /methodology

01 · Install Schemacrawler AI

Docker

docker run -i --rm schemacrawler/schemacrawler-ai:17.15.2-1

Claude Desktop - add to config

{
  "mcpServers": {
    "schemacrawler-schemacrawler-ai": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "schemacrawler/schemacrawler-ai:17.15.2-1"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.schemacrawler is GitHub-verified and matches the repo owner

03 · What Schemacrawler AI can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v17.15.2-1 · 2026-09-11

SchemaCrawler AI release at last commit 42f8c07e2a39f4c087a72ff9d843f2db045d11cb · Prepare for next release

v17.15.2 · 2026-09-11

SchemaCrawler AI release at last commit 42f8c07e2a39f4c087a72ff9d843f2db045d11cb · Bump chainguard-dev/actions/setup-gitsign from 1.6.33 to 1.6.34 · v17.15.1 · Prepare for next release

v17.15.1-1 · 2026-09-10

SchemaCrawler AI release at last commit 30063366aec918431bbc69b247f3a239e2913f65 · Bump chainguard-dev/actions/setup-gitsign from 1.6.33 to 1.6.34 · v17.15.1

04 · Who maintains Schemacrawler AI

schemacrawler-ai is maintained by schemacrawler. It's the only MCP server we track from this author; the repo dates to Nov 2024.

05 · Facts

category
documentation - ranked #152 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-11)
registry
io.github.schemacrawler/schemacrawler-ai (active, first published 2025-09-17 · 39 versions)
packages
oci:schemacrawler/schemacrawler-ai:17.15.2-1

06 · Schemacrawler AI FAQ

What is Schemacrawler AI?

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

Is Schemacrawler AI still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Schemacrawler AI?

Run `docker run -i --rm schemacrawler/schemacrawler-ai:17.15.2-1`. You can also paste the ready-made client config above.

07 · Alternatives to Schemacrawler AI