Mysql_mcp_server_ddz
@fanzhenddz
Mysql_mcp_server_ddz について
Mysql_mcp_server_ddz
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mysql": {
"command": "uvx",
"args": [
"mysql-mcp-server-ddz"
],
"env": {
"MYSQL_HOST": "localhost",
"MYSQL_PORT": "3306",
"MYSQL_USER": "your_username",
"MYSQL_PASSWORD": "your_password",
"MYSQL_DATABASE": "your_database"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mysql_mcp_server_ddz?
Mysql_mcp_server_ddz is a Model Context Protocol (MCP) server that wraps MySQL database operations using the FastMCP framework. It is designed for AI applications (e.g., Claude Desktop, MCP-compatible IDEs) to securely access and interact with a MySQL database by exposing actions like listing tables, viewing data, and executing SQL queries.
How to use Mysql_mcp_server_ddz?
Configure the required environment variables (MYSQL_HOST, MYSQL_USER, MYSQL_PASSWORD, MYSQL_DATABASE, and optionally MYSQL_PORT) with your database connection details, then run the MCP server. Clients connect via the MCP protocol to invoke its tools.
Key features of Mysql_mcp_server_ddz
- Wraps MySQL as an MCP tool layer for LLMs
- Allows listing tables in the database
- Enables viewing table data directly
- Supports executing arbitrary SQL statements
- Secure access through environment-based configuration
Use cases of Mysql_mcp_server_ddz
- AI assistants querying a MySQL database on demand
- Automated data analysis via LLM-driven SQL execution
- Rapid prototyping where language models interact with live data
- Dynamic report generation from database tables
FAQ from Mysql_mcp_server_ddz
What runtime does Mysql_mcp_server_ddz require?
It is built on the FastMCP framework, which requires Python.
How do I configure the MySQL connection?
All connection parameters are passed as environment variables: MYSQL_HOST, MYSQL_PORT, MYSQL_USER, MYSQL_PASSWORD, and MYSQL_DATABASE.
Where does the data live?
Data remains in the configured MySQL database; the server only connects to it as a client.
What operations are exposed to the LLM?
The server provides tools to list tables, view table data, and execute SQL queries.
Is authentication handled via the MCP protocol?
No, authentication is done through the MySQL credentials supplied in environment variables, not through MCP’s own auth mechanisms.
「データベース」の他のコンテンツ
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.

Sqlite
modelcontextprotocolModel Context Protocol Servers
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
コメント