Provides a lightweight Python server for secure database structure browsing and read-only querying via JSON-RPC, primarily for AI and LLM integrations.
MCP DB Python is a Python-powered server designed to expose safe database inspection and read-only querying capabilities via the Model Context Protocol (MCP) using JSON-RPC over stdin/stdout. It packages a core MCP server loop with database adapters, currently focused on MySQL, to easily surface schema metadata and read-only query results within LLM agent workflows and other AI integration scenarios. The project aims to continuously expand its API and connector set to support more database engines and use cases.