mcpbeat Sign in

brokre MCP Server

local only

brokre runs on your own machine — the client starts it, so there is no endpoint to ping. 500 installs a week from npm. Last commit 19 Sep 2026.

AI-safe credential broker for MCP — run saved SSH/MySQL/psql aliases; passwords never reach AI.

Installs per day peak 86 · avg 23 · +38% w/w
a month agotoday
500
Installs / week
npm · brokre
3
Stars
0 open issues
19 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 12 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.

Runs a command on install [пакет] package.json:1
postinstall: node postinstall.js
  const res = spawnSync(process.execPath, ['-e', ENSURE_SNIPPET], {
Builds a file path from a variable packages/brokre-mcp/test-auto-upgrade.js:228
  const cache = path.join(binDir, cacheName);
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.

Page executes code built at runtime src/manage/static/index.html:1141
    list.innerHTML = html;

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

Alternatives to brokre

same job, measured the same way
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
Custom MCP Database
by renanlido

Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials.

206 installs/wk local only
PostgreSQL
by antonorlov

MCP server for PostgreSQL: local, Docker, RDS, Neon, Supabase, or behind an SSH bastion.

2 120 installs/wk local only
Database MCP Mysql
by arifulislamat

MCP server for MySQL. Read-only by default, row caps, statement timeouts, secrets never logged.

77 installs/wk local only
Postgres MCP
by edelciomolina

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

84 installs/wk local only
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering
SafeSelect MCP
by antonillos

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

local only

brokre — questions

Answers built from our own checks of this server.

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