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
mysql-mcp-server
Acts as a read-only MySQL server proxy that exposes database introspection and query execution tools to AI clients via the Model Context Protocol (MCP) or a REST API.
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
Provides a programmatic interface for interacting with a MySQL database, enabling schema retrieval and arbitrary SQL query execution through an MCP server.