Skip to main content
Glama

DBHub

by bytebase
{ "name": "dbhub", "version": "0.9.0", "description": "Universal Database MCP Server", "main": "dist/index.js", "type": "module", "bin": { "dbhub": "dist/index.js" }, "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "build": "tsup", "start": "node dist/index.js", "dev": "NODE_ENV=development tsx src/index.ts", "crossdev": "cross-env NODE_ENV=development tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "test:integration": "vitest run --testNamePattern='Integration Tests'", "test:pre-commit": "vitest related --run --exclude '**/sqlserver.integration.test.ts'", "prepare": "[[ \"$NODE_ENV\" != \"production\" ]] && husky || echo \"Skipping husky in production\"", "pre-commit": "lint-staged" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "@azure/identity": "^4.8.0", "@modelcontextprotocol/sdk": "^1.12.1", "dotenv": "^16.4.7", "express": "^4.18.2", "mariadb": "^3.4.0", "mssql": "^11.0.1", "mysql2": "^3.13.0", "pg": "^8.13.3", "zod": "^3.24.2" }, "devDependencies": { "@testcontainers/mariadb": "^11.0.3", "@testcontainers/mssqlserver": "^11.0.3", "@testcontainers/mysql": "^11.0.3", "@testcontainers/postgresql": "^11.0.3", "@types/express": "^4.17.21", "@types/mssql": "^9.1.7", "@types/node": "^22.13.10", "@types/pg": "^8.11.11", "cross-env": "^7.0.3", "husky": "^9.0.11", "lint-staged": "^15.2.2", "prettier": "^3.5.3", "testcontainers": "^11.0.3", "ts-node": "^10.9.2", "tsup": "^8.4.0", "tsx": "^4.19.3", "typescript": "^5.8.2", "vitest": "^1.6.1" }, "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "dist", "rootDir": "src" }, "include": [ "src/**/*" ], "lint-staged": { "*.{js,ts}": "pnpm run test:pre-commit" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bytebase/dbhub'

If you have feedback or need assistance with the MCP directory API, please join our Discord server