MCP server for MySQL — connect to any MySQL host from Cursor, Claude Code, or any MCP client.
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":"mysql-mcp-server-ms","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.
# mysql-mcp-server-ms PyPI package for this MCP server. The **GitHub repo** is still [`mysql-mcp-server`](https://github.com/Lakshita/mysql-mcp-server); the PyPI project is **`mysql-mcp-server-ms`** because **`mysql-mcp-server`** was already taken on PyPI. MCP server for MySQL over **stdio**. Tools: `connect_mysql`, `disconnect`, `list_databases`, `list_tables`, `describe_table`, `run_query` (read-only SQL only). ## Use without cloning (recommended for teams) ### After the package is on PyPI (or your private index) Install [uv](https://docs.astral.sh/uv/), then run the server with **`uvx`** (no repo checkout): ```bash uvx mysql-mcp-server-ms ``` Pin a version for reproducible MCP configs: ```bash uvx mysql-mcp-server-ms==0.1.0 ``` **Cursor** — `.cursor/mcp.json`: ```json "mysql": { "command": "uvx", "args": ["mysql-mcp-server-ms"] } ``` **Claude Code** — project `.mcp.json` or: ```bash claude mcp add --transport stdio mysql -- uvx mysql-mcp-server-ms ``` **Private index** (example): ```bash UV_INDEX_URL=https://your-artifact-server/simple uvx mysql-mcp-server-ms ``` Or set `UV_INDEX` / `PIP_INDEX_URL` per [uv docs](https://docs.astral.sh/uv/configuration/indexes/) for your org. ### Before PyPI: install from Git (no full monorepo clone) `uvx` can install the package from a **Git URL** pointing at this subdirectory (replace `ORG`, `REPO`, and branch/tag): ```bash uvx --from "git+https://github.com/ORG/REPO.git#subdirectory=mysql_server&branch=main" mysql-mcp-server-ms ``` Use a **tag or commit SHA** instead of `branch=main` for stable installs. --- ## Install from this repo (developers) ```bash cd mysql_server uv sync uv run mysql-mcp-server-ms ``` --- ## Publishing (maintainers) So others can run `uvx mysql-mcp-server-ms` from the default index, the package must be on **PyPI** (or a private index your team configures). ### Option A — GitHub Actions (recommended, no long-lived PyPI token on laptops) 1. **One-time on [pypi.org](https://p…
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.