Simple Mysql Mcp Server (python Based)
@bintariq
About Simple Mysql Mcp Server (python Based)
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"default": {
"command": "python",
"args": [
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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)
β
More Databases MCP servers
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
Comments