mcpbeat Sign in

DBHub Analytics MCP Server

by amansingh63 Your server? Claim it
local only

DBHub Analytics runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 3 Apr 2026.

MCP server for Databricks, BigQuery, PostgreSQL, MySQL, SQL Server, SQLite, MariaDB

Installs per day peak 25 · avg 7 · +65% w/w
a month agotoday
34
Installs / week
npm · dbhub-analytics
0
Stars
0 open issues
3 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

  return path.join(__dirname, 'toml', name);
          `Source '${sourceId}': SSH tunnel requires ssh_user (or a matching Host entry in ~/.ssh/config with User)`

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

This one needs environment variables set before it will start: DSN (Database connection string (e.g., postgres://user:pass@host:5432/db)), DB_TYPE (Database type: postgres, mysql, mariadb, sqlserver, sqlite, databricks, bigquery), DB_HOST (Database hostname), DB_PORT (Database port), DB_USER (Database username), DB_PASSWORD (Database password), DB_NAME (Database name or SQLite file path), TRANSPORT (Transport mode: stdio or http), PORT (HTTP server port (default: 8080)), ID (Instance identifier for tool names), SSH_HOST (SSH server hostname), SSH_PORT (SSH server port (default: 22)), SSH_USER (SSH username), SSH_PASSWORD (SSH password), SSH_KEY (Path to SSH private key), SSH_PASSPHRASE (SSH key passphrase). The author declared them in the registry entry; get the values from the project itself.

Alternatives to DBHub Analytics

same job, measured the same way
DBHub
by bytebase

Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB

25 860 installs/wk local only
Dbmcp
by haymon

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

local only
DataLink
by pilat

MCP server for secure database access (PostgreSQL, MySQL, SQLite)

42 installs/wk local only
Raw SQL MCP
by kifopl

Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.

local only
Sqlike MCP
by orifisher2

SQL static analysis & query-equivalence for Postgres, MySQL, SQLite, and SQL Server

59 installs/wk local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

30 installs/wk local only
Database MCP
by cocaxcode

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.

139 installs/wk local only
MCP SQL Rust
by rzlco666

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

local only

DBHub Analytics — questions

Answers built from our own checks of this server.

Why is there no uptime for DBHub Analytics?
DBHub Analytics 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 dbhub-analytics was installed 34 times last week.
How do I connect DBHub Analytics?
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 dbhub-analytics straight from npm; nothing to host, nothing to sign up for.
How many people use DBHub Analytics?
The npm package dbhub-analytics was installed 34 times in the last week. Week over week that is +65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DBHub Analytics 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.