Python MCP server for MySQL database inspection and querying
A Python Model Context Protocol (MCP) server for inspecting and querying MySQL databases from MCP-compatible clients. It provides table discovery, schema inspection, read query execution, DDL lookup, query explanation, and optional write/DDL tools for controlled database administration workflows. List tables and describe table schemas Execute SELECT queries with safety checks Explain query…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A Python Model Context Protocol (MCP) server for inspecting and querying MySQL databases from MCP-compatible clients. It provides table discovery, schema inspection, read query execution, DDL lookup, query explanation, and optional write/DDL tools for controlled database administration workflows. List tables and describe table schemas Execute SELECT queries with safety checks Explain query execution plans Summarize tables and row counts Optional write and DDL tools for users who intentionally…