mcpbeat Sign in

Read Only Local Mysql MCP Server

local only

Read Only Local Mysql MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 116 installs a week from npm. Last commit 7 Sep 2026.

MCP server for read-only MySQL database queries in Claude Desktop

Installs per day peak 82 · avg 30 · +21% w/w
a month agotoday
116
Installs / week
npm · @hovecapital/read-only-mysql-mcp-server
7
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/release-please.yml:31
          git config --global url."https://oauth2:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Read Only Local Mysql MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add read-only-local-mysql-mcp-server -- npx -y @hovecapital/read-only-mysql-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "read-only-local-mysql-mcp-server": {
      "args": [
        "-y",
        "@hovecapital/read-only-mysql-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.read-only-local-mysql-mcp-server]
command = "npx"
args = ["-y", "@hovecapital/read-only-mysql-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "read-only-local-mysql-mcp-server": {
      "args": [
        "-y",
        "@hovecapital/read-only-mysql-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "read-only-local-mysql-mcp-server": {
      "args": [
        "-y",
        "@hovecapital/read-only-mysql-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Read Only Local Mysql MCP Server

same job, measured the same way
C
Read Only Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

local only
Read Only Local Postgres MCP Server
by hove

MCP server for read-only PostgreSQL database queries in Claude Desktop

128 installs/wk local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

26 installs/wk local only
SQL Safe MCP
by proprock

Minimal, read-only, PII-safe MCP server for SQL databases.

local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

25 installs/wk local only
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

35 installs/wk local only
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only

Read Only Local Mysql MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Read Only Local Mysql MCP Server?
Read Only Local Mysql MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @hovecapital/read-only-mysql-mcp-server was installed 116 times last week.
How do I connect Read Only Local Mysql MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @hovecapital/read-only-mysql-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Read Only Local Mysql MCP Server?
The npm package @hovecapital/read-only-mysql-mcp-server was installed 116 times in the last week. Week over week that is +21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Read Only Local Mysql MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.