java-mcp-sql-server
by DGdev91
Overview
Manages and stores game-related data for a Minecraft Coder Pack (MCP) server using a SQL database.
Installation
No command providedEnvironment Variables
- DB_HOST
- DB_PORT
- DB_USER
- DB_PASSWORD
- DB_NAME
Security Notes
Cannot perform a full security audit as no source code was provided. Without code, it's impossible to check for common vulnerabilities like SQL injection, hardcoded secrets, or improper error handling. A score of 5 is assigned as a neutral stance due to lack of visibility.
Similar Servers
kStock-mcp-server
This server provides an MCP (Micro-Capability Protocol) interface to interact with the Korean Investment API, enabling functionalities like fetching stock prices, account information, financial data, and executing stock buy/sell orders.
mysql-mcp-server
Provides a programmatic interface for interacting with a MySQL database, enabling schema retrieval and arbitrary SQL query execution through an MCP server.
mcp-mongodb
Exposes a MongoDB database to Model Context Protocol (MCP) agents, providing tools for database inspection, querying, and aggregation.
mcp-java-demo
A demo implementation of an MCP (Model Context Protocol) server for handling WebSocket communication, message dispatching, and executing registered tools.