MySQL MCP Server

by xiangma9712
Verified
{ "name": "mcp-mysql", "version": "1.0.1", "description": "MCP server for MySQL operations", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js" }, "bin": { "mcp-mysql": "dist/index.js" }, "dependencies": { "mysql2": "^3.9.1", "dotenv": "^16.4.1", "@modelcontextprotocol/sdk": "^1.4.0" }, "devDependencies": { "@types/node": "^20.11.16", "typescript": "^5.3.3" }, "license": "MIT", "author": "Shoma" }