Back to Browse

Dbhub Analytics MCP Server

Data & AnalyticsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.0
Moderate7.0Moderate Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. 5 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

5 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Database connection string (e.g., postgres://user:pass@host:5432/db)Required

Environment variable: DSN

Database type: postgres, mysql, mariadb, sqlserver, sqlite, databricks, bigqueryOptional

Environment variable: DB_TYPE

Database hostnameOptional

Environment variable: DB_HOST

Database portOptional

Environment variable: DB_PORT

Database usernameOptional

Environment variable: DB_USER

Database passwordRequired

Environment variable: DB_PASSWORD

Database name or SQLite file pathOptional

Environment variable: DB_NAME

Transport mode: stdio or httpOptional

Environment variable: TRANSPORT

HTTP server port (default: 8080)Optional

Environment variable: PORT

Instance identifier for tool namesOptional

Environment variable: ID

SSH server hostnameOptional

Environment variable: SSH_HOST

SSH server port (default: 22)Optional

Environment variable: SSH_PORT

SSH usernameOptional

Environment variable: SSH_USER

SSH passwordRequired

Environment variable: SSH_PASSWORD

Path to SSH private keyOptional

Environment variable: SSH_KEY

SSH key passphraseRequired

Environment variable: SSH_PASSPHRASE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-amansingh63-dbhub-analytics": {
      "env": {
        "ID": "your-id-here",
        "DSN": "your-dsn-here",
        "PORT": "your-port-here",
        "DB_HOST": "your-db-host-here",
        "DB_NAME": "your-db-name-here",
        "DB_PORT": "your-db-port-here",
        "DB_TYPE": "your-db-type-here",
        "DB_USER": "your-db-user-here",
        "SSH_KEY": "your-ssh-key-here",
        "SSH_HOST": "your-ssh-host-here",
        "SSH_PORT": "your-ssh-port-here",
        "SSH_USER": "your-ssh-user-here",
        "TRANSPORT": "your-transport-here",
        "DB_PASSWORD": "your-db-password-here",
        "SSH_PASSWORD": "your-ssh-password-here",
        "SSH_PASSPHRASE": "your-ssh-passphrase-here"
      },
      "args": [
        "-y",
        "@dbhub-analytics/frontend"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!