Serversio.github.amansingh63/dbhub-analytics
A

DBHub Analytics

io.github.amansingh63/dbhub-analytics · v0.2.0
▦ npm
v0.2.0npm npm: dbhub-analytics↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.amansingh63/dbhub-analytics",
  "description": "MCP server for Databricks, BigQuery, PostgreSQL, MySQL, SQL Server, SQLite, MariaDB",
  "title": "DBHub Analytics",
  "repository": {
    "url": "https://github.com/amansingh63/dbhub-analytics",
    "source": "github"
  },
  "version": "0.2.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "dbhub-analytics",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Database connection string (e.g., postgres://user:pass@host:5432/db)",
          "format": "string",
          "isSecret": true,
          "name": "DSN"
        },
        {
          "description": "Database type: postgres, mysql, mariadb, sqlserver, sqlite, databricks, bigquery",
          "format": "string",
          "name": "DB_TYPE"
        },
        {
          "description": "Database hostname",
          "format": "string",
          "name": "DB_HOST"
        },
        {
          "description": "Database port",
          "format": "number",
          "name": "DB_PORT"
        },
        {
          "description": "Database username",
          "format": "string",
          "name": "DB_USER"
        },
        {
          "description": "Database password",
          "format": "string",
          "isSecret": true,
          "name": "DB_PASSWORD"
        },
        {
          "description": "Database name or SQLite file path",
          "format": "string",
          "name": "DB_NAME"
        },
        {
          "description": "Transport mode: stdio or http",
          "format": "string",
          "name": "TRANSPORT"
        },
        {
          "description": "HTTP server port (default: 8080)",
          "format": "number",
          "name": "PORT"
        },
        {
          "description": "Instance identifier for tool names",
          "format": "string",
          "name": "ID"
        },
        {
          "description": "SSH server hostname",
          "format": "string",
          "name": "SSH_HOST"
        },
        {
          "description": "SSH server port (default: 22)",
          "format": "number",
          "name": "SSH_PORT"
        },
        {
          "description": "SSH username",
          "format": "string",
          "name": "SSH_USER"
        },
        {
          "description": "SSH password",
          "format": "string",
          "isSecret": true,
          "name": "SSH_PASSWORD"
        },
        {
          "description": "Path to SSH private key",
          "format": "string",
          "name": "SSH_KEY"
        },
        {
          "description": "SSH key passphrase",
          "format": "string",
          "isSecret": true,
          "name": "SSH_PASSPHRASE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}