MCP.so
登录

Simple Mysql Mcp Server (python Based)

@bintariq

关于 Simple Mysql Mcp Server (python Based)

暂无概览

基本信息

分类

数据库

许可证

MIT

运行时

python

传输方式

stdio

发布者

bintariq

提交者

rehan tariq

配置

使用下面的配置,将此服务器添加到你的 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.json included)

Use cases of Simple Mysql Mcp Server (python Based)

FAQ from Simple Mysql Mcp Server (python Based)

评论

数据库 分类下的更多 MCP 服务器