Skip to main content
Glama

MySQL MCP Server

MIT License
1
1
  • Apple
  • Linux
package.json1.31 kB
{ "name": "@pickstar-2002/mysql-mcp", "version": "1.0.0", "description": "🚀 MySQL 数据库管理 MCP 工具 - 让 AI 助手轻松管理 MySQL 数据库", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "mcp", "mysql", "database", "management", "ai", "assistant", "model-context-protocol", "claude", "typescript" ], "author": "pickstar-2002", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.3", "csv-parser": "^3.2.0", "csv-writer": "^1.6.0", "dotenv": "^16.6.1", "mysql2": "^3.14.3" }, "devDependencies": { "@types/node": "^20.19.11", "rimraf": "^5.0.5", "typescript": "^5.3.0" }, "bin": { "mysql-mcp": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/pickstar-2002/mysql-mcp.git" }, "bugs": { "url": "https://github.com/pickstar-2002/mysql-mcp/issues" }, "homepage": "https://github.com/pickstar-2002/mysql-mcp#readme", "engines": { "node": ">=18.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE" ] }

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/pickstar-2002/mysql-mcp'

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