Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Server for MySQL
Claim
by
benborla
npm
GitHub
Databases
TypeScript
MIT License
518
53
Linux
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
assets
.github
scripts
tests
CHANGELOG.md
Dockerfile
.env.test
.gitignore
index.ts
LICENSE.md
package.json
pnpm-lock.yaml
README.md
smithery.yaml
tsconfig.json
tsconfig.scripts.json
{ "name": "@benborla29/mcp-server-mysql", "version": "1.0.11", "description": "MCP server for interacting with MySQL databases based on Node", "license": "MIT", "author": "Ben Borla (https://github.com/benborla)", "type": "module", "main": "dist/index.js", "preferGlobal": true, "bin": { "mcp-server-mysql": "dist/index.js" }, "files": [ "dist", "README.md", "assets" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "setup:test:db": "node --loader ts-node/esm scripts/setup-test-db.ts", "pretest": "pnpm run setup:test:db", "test": "pnpm run setup:test:db && vitest run", "test:watch": "pnpm run setup:test:db && vitest", "test:coverage": "vitest run --coverage", "test:unit": "vitest run --config vitest.unit.config.ts", "test:integration": "vitest run --config vitest.integration.config.ts", "test:e2e": "vitest run --config vitest.e2e.config.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "mysql2": "^3.13.0" }, "devDependencies": { "@modelcontextprotocol/sdk": "^0.1.0", "@types/jest": "^29.5.12", "@types/node": "^20.11.24", "dotenv": "^16.0.0", "mysql2": "^3.0.0", "shx": "^0.3.4", "ts-node": "^10.9.2", "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.57.0", "typescript": "^5.3.3", "vitest": "^1.3.1" }, "publishConfig": { "access": "public" }, "keywords": [ "node", "mcp", "ai" ] }