Inventory_management_mcp
by Grohith17
Overview
Manages inventory data by providing tools to add, remove, check stock, and list items.
Installation
python inventory-mcp-server.pySecurity Notes
CRITICAL: Hardcoded MySQL root user with an empty password in `db_config`. This poses a severe security risk, allowing unauthorized database access if exposed. No environment variables are used for credentials.
Similar Servers
mcp_server_sample
Provides a backend API for managing school-related data, likely serving information stored in a SQLite database.
mcp-go-mysql
Provides a secure MySQL database management interface via the Model Context Protocol (MCP) for AI tools like Claude Desktop, featuring intelligent security and operation blocking.
mysql-mcp-server
This server provides a FastMCP interface to interact with a MySQL database, allowing retrieval of database schema and execution of arbitrary SQL queries.
MCP-server-
A Python-based server application handling user authentication, data storage, and potentially managing models or file uploads.