mcpbeat Sign in

SafeSelect MCP Server

by antonillos Your server? Claim it
local only

SafeSelect MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 31 Aug 2026.

Fail-closed, read-only PostgreSQL and MongoDB access for AI agents over MCP.

Installs / week
not published
0
Stars
0 open issues
31 Aug 2026
Last commit
from GitHub
MIT
License
Rust

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

    return subprocess.check_output(args, text=True, **kwargs).strip()
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    cp safeselect "${installed_binary}"
    chmod +x "${installed_binary}"
    return subprocess.check_output(args, text=True, **kwargs).strip()

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch SafeSelect MCP and you get told the day something new turns up.

Three servers free · no card

Alternatives to SafeSelect MCP

same job, measured the same way
QueryBear
by spencerpauly

Safe, read-only Postgres and MySQL access for AI agents. Audit log + column-level controls.

answering
Quarry
by wangggym

Safety-railed database access for agents: Postgres, MySQL, Redis. Read-only by default.

819 installs/wk local only
MCP DB Connect
by phatngoit

MCP server for Oracle, MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, and Qdrant vector search access.

94 installs/wk local only
C
Data
by thinair

Read-only PostgreSQL, MySQL, SQL Server access via MCP — 24 dialect-aware hosted tools.

answering
MCP Postgres Nl Query
by infoinlet-marketplace

RLS/tenant-aware Postgres for AI agents — schema, read-only SQL, NL→SQL with safety rails.

42 installs/wk local only
MCP Mongodb
by infoinlet-marketplace

Read-only MongoDB for AI agents — find, aggregate (no write stages), count, stats.

35 installs/wk local only
Postgres MCP
by edelciomolina

PostgreSQL MCP wrapper with .env credential mapping, tool selection, and safe read-only defaults.

172 installs/wk local only
Copilot Datagate
by afurlane

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

101 installs/wk local only

SafeSelect MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for SafeSelect MCP?
SafeSelect MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is SafeSelect MCP open source?
Yes — it is published under the MIT licence, written in Rust 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.