mysql-mcp-universal
Version:
🚀 Universal MySQL MCP Server - Connect GitHub Copilot to any MySQL database instantly
71 lines (70 loc) • 1.69 kB
JSON
{
"name": "mysql-mcp-universal",
"version": "2.2.0",
"description": "🚀 Universal MySQL MCP Server - Connect GitHub Copilot to any MySQL database instantly",
"main": "main-universal.cjs",
"bin": {
"mysql-mcp-universal": "./main-universal.cjs"
},
"scripts": {
"start": "node main-universal.cjs",
"test": "node -e \"console.log('✅ MySQL MCP Universal Server v2.0.1 - Ready for VS Code!');\"",
"postinstall": "echo '🎉 MySQL MCP Universal installed! Check README.md for VS Code setup.'"
},
"keywords": [
"mcp",
"mysql",
"vscode",
"copilot",
"database",
"github-copilot",
"model-context-protocol",
"sql",
"laragon",
"xampp",
"localhost",
"remote-database",
"developer-tools",
"ai-tools"
],
"author": {
"name": "Ing. Manuel Ramirez",
"email": "ManuelVR461@gmail.com",
"url": "https://github.com/ManuelVR461"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ManuelVR461/mysql-mcp-universal.git"
},
"homepage": "https://github.com/ManuelVR461/mysql-mcp-universal#readme",
"bugs": {
"url": "https://github.com/ManuelVR461/mysql-mcp-universal/issues"
},
"engines": {
"node": ">=18.0.0"
},
"os": [
"win32",
"darwin",
"linux"
],
"preferGlobal": false,
"files": [
"main-universal.cjs",
"README.md",
"CHANGELOG.md",
"LICENSE",
".env.example"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.5",
"dotenv": "^16.5.0",
"mysql2": "^3.14.1"
},
"peerDependencies": {},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ManuelVR461"
}
}