package.json•866 B
{
"name": "mysql-mcp",
"version": "1.0.0",
"description": "MySQL MCP server for database interaction",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"bin": {
"mysql-mcp": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/vitalyDV/mysql-mcp.git"
},
"homepage": "https://github.com/vitalyDV/mysql-mcp",
"bugs": {
"url": "https://github.com/vitalyDV/mysql-mcp/issues"
},
"keywords": [
"mcp",
"mysql",
"database",
"claude",
"cursor"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"mysql2": "^2.3.3",
"nodemon": "^3.1.9",
"zod": "^3.22.4"
}
}