Node-JDBC-MCP-Server
If you are the rightful owner of Node-JDBC-MCP-Server 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.
Node.js JDBC MCP Server is a server based on Node.js that supports MySQL, Oracle, and SQLite databases.
The Node.js JDBC MCP Server is designed to facilitate database interactions using the Model Context Protocol (MCP). It supports multiple databases including MySQL, Oracle, and SQLite, making it versatile for various applications. The server is built on Node.js, requiring version 18.0.0 or higher, and provides a simple API for executing SQL queries and managing database connections. It is suitable for both development and production environments, with features like hot-reloading for development convenience. The server requires proper configuration of environment variables to manage database connections securely.
Features
- Supports multiple databases: MySQL, Oracle, and SQLite.
- Built on Node.js, requiring version 18.0.0 or higher.
- Provides a simple API for executing SQL queries and managing connections.
- Supports hot-reloading in development mode.
- Environment variable configuration for secure database connection management.