general MCP Server
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
Discovered via unknown and last synced 3d ago.
1. Install the package
uvx --from mysql-mcp-server mysql_mcp_server
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mysql_mcp_server": {
"command": "uvx",
"args": [
"--from",
"mysql-mcp-server",
"mysql_mcp_server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Description
MySQL host
List tables in the configured database
`1000`
Show schema for a table
Execute a single INSERT, UPDATE, or DELETE
Return `SHOW CREATE TABLE` output
Python logging level
MySQL database name
Execute a single CREATE, DROP, ALTER, or TRUNCATE
MySQL username
Execute a single bounded SELECT query
Purpose
Run `EXPLAIN` for a single query
Return table list and row counts
`query` (string)
Supports `SELECT`, `SHOW`, `DESCRIBE`, and DML (`INSERT`, `UPDATE`, `DELETE`). DML operations are marked with a destructive hint.
Single statements only. Multi-statement queries are not supported.
Use `database.table` notation to query any database regardless of the `MYSQL_DATABASE` setting.
Databao agent is an open-source agent that enables you to chat with your data and receive answers in text, interactive charts, and tables.
Skardi is a self-improving context framework for ai agents
Lightweight task & matter service for the OCTO platform — REST API, timeline tracking, and LLM-powered extraction. Part of the OCTO open workplace for humans × AI agents.