mcpbeat Sign in

DB Access MCP Server

local only

DB Access MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 8 Sep 2026.

MCP server for Postgres/MySQL/Redshift/SQL Server over SSH/SSM tunnels with secret providers.

Installs per day peak 19 · avg 10 · +78% w/w
a month agotoday
67
Installs / week
npm · @rheopyrin/db-access-mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

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.

const child = spawn(cmd, args, {
Dumps the whole environment src/config/env-files.ts:26
const realEnvKeys = new Set(Object.keys(process.env));

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 db-access-mcp -- npx -y @rheopyrin/db-access-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "db-access-mcp": {
      "args": [
        "-y",
        "@rheopyrin/db-access-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.db-access-mcp]
command = "npx"
args = ["-y", "@rheopyrin/db-access-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "db-access-mcp": {
      "args": [
        "-y",
        "@rheopyrin/db-access-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "db-access-mcp": {
      "args": [
        "-y",
        "@rheopyrin/db-access-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to DB Access MCP

same job, measured the same way
I
DB MCP Server
by stucchi

Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.

245 installs/wk local only
Fastmcp Sqltools
by atarkowska

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

53 installs/wk local only
Postgres
by marcelo-ochoa

MCP server for interacting with PostgreSQL databases

34 installs/wk local only
Dbmcp
by haymon

Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite with PII redaction and write-prevention

local only
Universal DB MCP
by fashad-ahmed

Security-first MCP server for PostgreSQL, SQLite, MySQL, DuckDB with SQL injection prevention.

101 installs/wk local only
Ainative Postgres MCP
by ainative-studio

Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.

74 installs/wk local only
MCP SQL Rust
by rzlco666

Token-efficient MCP server for MySQL, PostgreSQL, and SQLite

local only
Strut Stack SQL
by rzlco666

Token-efficient MCP server for MySQL, PostgreSQL, and SQLite

local only

DB Access MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for DB Access MCP?
DB Access 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 npm package @rheopyrin/db-access-mcp was installed 67 times last week.
How do I connect DB Access 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 @rheopyrin/db-access-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use DB Access MCP?
The npm package @rheopyrin/db-access-mcp was installed 67 times in the last week. Week over week that is +78%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DB Access MCP open source?
Yes — it is published under the MIT licence, written in TypeScript 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.