Simple Mysql Mcp Server (python Based)
@bintariq
Simple Mysql Mcp Server (python Based) について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"default": {
"command": "python",
"args": [
"main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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)
—
「データベース」の他のコンテンツ
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
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
コメント