jdbc-mcp
If you are the rightful owner of jdbc-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The JDBC-MCP server allows AI assistants to interact with databases via JDBC connections, enabling LLMs to inspect, query, create, and modify database content.
JDBC-MCP is a Model Context Protocol server that facilitates database access for AI assistants through JDBC connections. It is a fork of the Quarkus MCP JDBC Server, enhanced with features like Docker deployment and improved security. The server supports both SSE and STDIO modes, allowing flexible deployment options. By default, write operations are disabled to enhance security, but they can be enabled if necessary. The server is designed to work seamlessly with Large Language Models, providing a standardized API for database interactions.
Features
- Docker Deployment: Easily run the JDBC-MCP server in a Docker container.
- Enhanced Security: Write queries (INSERT, UPDATE, DELETE) are disabled by default.
- MCP SSE and STDIO: Supports both SSE and STDIO modes for flexible deployment.
- Environment Configuration: Use environment variables or files for configuration.
- LLM Integration: Provides a standardized API for LLMs to interact with databases.