Skip to content
Back to search
30
MCP

SchemaCrawler AI

docker-mcp/schemacrawler-ai

The SchemaCrawler AI MCP Server enables natural language interaction with your database schema using an MCP client in "Agent" mode. It allows users to explore tables, columns, foreign keys, triggers, stored procedures and more simply by asking questions like "Explain the code for the interest calculation stored procedure". You can also ask it to help with SQL, since it knows your schema. This is ideal for developers, DBAs, and data analysts who want to streamline schema comprehension and query development without diving into dense documentation.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
8
callable
Primary URL

Tools · 8

database_server_information
describe_entities
describe_relationships
describe_routines
describe_tables
list
list_across_tables
mcp-server-health

Similar MCP servers embedding-nearest

mcp/schemacrawler-ai
The SchemaCrawler AI MCP Server enables natural language interaction with your database schema us...
0 tools
io.github.schemacrawler/schemacrawler-ai
Enables natural language schema queries — explore tables, keys, procedures, and get SQL help fast
0 tools
SchemaCrawler AI
Metadata-only Glama MCP server.
0 tools
SQL Builder AI
Python MCP server for SQL query building and database interaction.
0 tools
MCP Database Server
Comprehensive database server supporting PostgreSQL, MySQL, and SQLite with natural language SQL query capabilities. Enables AI agents to in
7 tools
Schema Validator AI
Python MCP server for schema validation and data integrity checks.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "schemacrawler_ai": {
      "url": "None",
      "transport": "http"
    }
  }
}