Server data from the Official MCP Registry
MCP server for Databricks, BigQuery, PostgreSQL, MySQL, SQL Server, SQLite, MariaDB
MCP server for Databricks, BigQuery, PostgreSQL, MySQL, SQL Server, SQLite, MariaDB
Set these up before or after installing:
Environment variable: DSN
Environment variable: DB_TYPE
Environment variable: DB_HOST
Environment variable: DB_PORT
Environment variable: DB_USER
Environment variable: DB_PASSWORD
Environment variable: DB_NAME
Environment variable: TRANSPORT
Environment variable: PORT
Environment variable: ID
Environment variable: SSH_HOST
Environment variable: SSH_PORT
Environment variable: SSH_USER
Environment variable: SSH_PASSWORD
Environment variable: SSH_KEY
Environment variable: SSH_PASSPHRASE
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
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"
}
}
}Database analytics MCP server with proper authentication patterns and permissions matching its purpose. Minor security findings related to credential handling and command-line exposure that don't significantly impact security due to the server's nature. Package verification found 1 issue (1 critical, 0 high severity).
Scanned 4 files · 4 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!