Skip to main content
Glama
package.json2.27 kB
{ "name": "db-mcp", "version": "0.1.0", "description": "Multi-database MCP server with OAuth 2.0 authentication, tool filtering, and code mode architecture", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "db-mcp": "./dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "start:stdio": "node dist/cli.js --transport=stdio", "start:http": "node dist/cli.js --transport=http", "lint": "eslint .", "lint:fix": "eslint . --fix", "typecheck": "tsc --noEmit", "check": "npm run lint && npm run typecheck", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "clean": "rimraf dist", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "database", "sqlite", "postgresql", "mysql", "mongodb", "redis", "oauth", "ai", "llm" ], "author": "neverinfamous", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/neverinfamous/db-mcp.git" }, "bugs": { "url": "https://github.com/neverinfamous/db-mcp/issues" }, "homepage": "https://github.com/neverinfamous/db-mcp#readme", "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "cors": "^2.8.5", "dotenv": "^16.5.0", "express": "^5.1.0", "jose": "^6.1.3", "pg": "^8.16.0", "sql.js": "^1.12.0", "zod": "^3.25.0" }, "devDependencies": { "@eslint/js": "^9.28.0", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/node": "^24.9.1", "@types/pg": "^8.15.4", "@types/sql.js": "^1.4.9", "eslint": "^9.28.0", "globals": "^16.4.0", "rimraf": "^6.0.1", "tsx": "^4.19.4", "typescript": "^5.9.3", "typescript-eslint": "^8.46.2", "vitest": "^3.2.4" }, "peerDependencies": { "zod": "^3.25.0" } }

Latest Blog Posts

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/neverinfamous/db-mcp'

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