An MCP server implementation for MySQL database integration
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-burakdirin-mysqldb-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# mysqldb-mcp-server MCP server [](https://smithery.ai/server/@burakdirin/mysqldb-mcp-server) A MySQL database MCP server project. ## Installation You can install the package using `uv`: ```bash uv pip install mysqldb-mcp-server ``` Or using `pip`: ```bash pip install mysqldb-mcp-server ``` ## Components ### Tools The server provides two tools: - `connect_database`: Connects to a specific MySQL database - `database` parameter: Name of the database to connect to (string) - Returns a confirmation message when connection is successful - `execute_query`: Executes MySQL queries - `query` parameter: SQL query/queries to execute (string) - Returns query results in JSON format - Multiple queries can be sent separated by semicolons ## Configuration The server uses the following environment variables: - `MYSQL_HOST`: MySQL server address (default: "localhost") - `MYSQL_USER`: MySQL username (default: "root") - `MYSQL_PASSWORD`: MySQL password (default: "") - `MYSQL_DATABASE`: Initial database (optional) - `MYSQL_READONLY`: Read-only mode (set to 1/true to enable, default: false) ## Quickstart ### Installation #### Claude Desktop MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json` Windows: `%APPDATA%/Claude/claude_desktop_config.json` <details> <summary>Development/Unpublished Server Configuration</summary> ```json { "mcpServers": { "mysqldb-mcp-server": { "command": "uv", "args": [ "--directory", "/Users/burakdirin/Projects/mysqldb-mcp-server", "run", "mysqldb-mcp-server" ], "env": { "MYSQL_HOST": "localhost", "MYSQL_USER": "root", "MYSQL_PASSWORD": "password", "MYSQL_DATABASE": "[optional]", "MYSQL_READONLY": "true" } } } } ``` </details> <details> <summary>Published Server Configuration</summary> ```json { "mcpServers": { "…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.