Overview
What is Simple Mysql Mcp Server (python Based)?
A minimal FastAPI-based MCP server that lets GitHub Copilot or other MCP-compatible tools securely query your local or Dockerized MySQL database.
How to use Simple Mysql Mcp Server (python Based)?
Clone the repository, copy config.sample.json to config.json, install Python dependencies with pip install -r requirements.txt, then start the server with uvicorn main:app --host 0.0.0.0 --port 8081.
Key features of Simple Mysql Mcp Server (python Based)
- Connects to any MySQL instance (XAMPP, Docker, Linux-native, etc.)
- Fast and lightweight (built with FastAPI)
- Auto-blocks destructive SQL (
DROP,DELETE, etc.) - Logs queries with timing
- MCP.so-compatible (
mcp.jsonincluded)
Use cases of Simple Mysql Mcp Server (python Based)
β
FAQ from Simple Mysql Mcp Server (python Based)
β