mcpbeat Sign in

SQL Safe MCP Server

local only

SQL Safe MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

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

Installs / week
pypi · sql-safe-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check SQL Safe MCP 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 sql-safe-mcp -- uvx sql-safe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sql-safe-mcp": {
      "args": [
        "sql-safe-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sql-safe-mcp]
command = "uvx"
args = ["sql-safe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sql-safe-mcp": {
      "args": [
        "sql-safe-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sql-safe-mcp": {
      "args": [
        "sql-safe-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to SQL Safe MCP

same job, measured the same way
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

25 installs/wk local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

24 installs/wk local only
Read Only Local Mysql MCP Server
by hove

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

116 installs/wk local only
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
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

35 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
Database MCP Sqlite
by arifulislamat

MCP server for SQLite databases. Read-only by default, row caps, statement timeouts.

58 installs/wk local only

SQL Safe MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for SQL Safe MCP?
SQL Safe MCP 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 pypi package sql-safe-mcp.
How do I connect SQL Safe MCP?
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 sql-safe-mcp straight from pypi; nothing to host, nothing to sign up for.
Is SQL Safe MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 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.