mcp_mysql_server

Created By
wenb1n-deva year ago
Support for SSE, STDIO in MySQL MCP server, includes CRUD, database anomaly analysis capabilities .支持SSE,STDIO;不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Overview

What is mcp_mysql_server?

The mcp_mysql_server is a MySQL MCP server that supports both SSE and STDIO modes, allowing for efficient database operations and management.

How to use mcp_mysql_server?

To use the mcp_mysql_server, you can operate in either STDIO mode or SSE mode by running the respective Python scripts and configuring your MCP client tools with the provided JSON structure.

Key features of mcp_mysql_server?

  • Support for STDIO and SSE modes for flexible database interaction.
  • Ability to execute multiple SQL commands separated by semicolons.
  • Query database table names and fields based on comments.
  • SQL Execution Plan Analysis for performance insights.
  • Chinese field to pinyin conversion for better data handling.

Use cases of mcp_mysql_server?

  1. Managing MySQL databases in a development environment.
  2. Executing complex SQL queries efficiently.
  3. Analyzing SQL execution plans for optimization.
  4. Converting Chinese field names to pinyin for easier integration.

FAQ from mcp_mysql_server?

  • What modes does mcp_mysql_server support?

It supports both STDIO and SSE modes for different operational needs.

  • How do I configure my database connection?

You can modify the .env file to set your MySQL connection parameters.

  • Can I execute multiple SQL commands at once?

Yes, you can execute multiple SQL commands separated by semicolons.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
wenb1n-dev
Star
151
Language
Python
License
MIT license

Recommend Servers

View All
Trainzilla Mcp

8 hours ago
Shippo
@Shippo

2 days ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

a day ago