by schemacrawler
Provides step‑by‑step guidance for running SchemaCrawler as an MCP server, demonstrating configuration, execution, and interaction via client requests.
The project showcases how to set up and operate SchemaCrawler in MCP server mode, allowing remote clients to request database schema information through the Model Context Protocol.
mvn clean package
).java -jar target/schemacrawler-mcp-server.jar
).http://localhost:8080/mcp
).Q: Which databases are supported? A: Any database with a JDBC driver, including PostgreSQL, MySQL, Oracle, SQL Server, and SQLite.
Q: Do I need to install SchemaCrawler separately? A: The repository contains the necessary Maven dependencies; building the project pulls them automatically.
Q: How do I secure the MCP server? A: Configure TLS in the server’s properties file and enable basic authentication or API‑key validation.
Q: Can I run the server in Docker?
A: Yes, a Dockerfile can be added; the typical command would be docker build -t schemacrawler-mcp .
followed by docker run -p 8080:8080 schemacrawler-mcp
.
Q: Where are the logs stored?
A: Logs are written to logs/schemacrawler-mcp.log
by default, configurable via the logging properties.
No README documentation available
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by googleapis
An MCP server that streamlines database tool development by handling connection pooling, authentication, observability, and secure access, allowing agents to interact with databases via natural language.
by bytebase
Provides a universal gateway that lets MCP‑compatible clients explore and query MySQL, PostgreSQL, SQL Server, MariaDB, and SQLite databases through a single standardized interface.
by designcomputer
Enables secure interaction with MySQL databases via the Model Context Protocol, allowing AI applications to list tables, read contents, and execute queries safely.
by benborla
Provides read‑only access to MySQL databases for large language models, allowing schema inspection and safe execution of SQL queries.
by ClickHouse
Enables AI assistants to run read‑only ClickHouse queries, list databases and tables, and execute embedded chDB queries through an MCP interface.
by chroma-core
Offers an MCP server exposing Chroma's vector database capabilities for LLM applications, supporting collection and document management, multiple embedding functions, and flexible client types such as in‑memory, persistent, HTTP, and cloud.
by kiliczsh
Enables LLMs to interact with MongoDB databases via a standardized interface, offering schema inspection, query execution, aggregation, and write capabilities, with optional read‑only mode and smart ObjectId handling.
by domdomegg
Provides read and write access to Airtable bases for AI systems, enabling inspection of schemas and manipulation of records.
by XGenerationLab
A Model Context Protocol (MCP) server that enables natural language queries to databases