Skip to main content
Glama

MySQL MCP Server

by SuMiaoALi
package.json1.31 kB
{ "name": "mysql-mcp-server", "version": "0.1.0", "description": "A Model Context Protocol (MCP) server for MySQL database operations", "private": false, "type": "module", "main": "./build/index.js", "bin": { "mysql-mcp-server": "./build/index.js" }, "files": [ "build", "src", "README.md", "LICENSE" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "start": "node build/index.js" }, "keywords": [ "mcp", "model-context-protocol", "mysql", "database", "ai", "claude", "server" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/your-username/mysql-mcp-server.git" }, "bugs": { "url": "https://github.com/your-username/mysql-mcp-server/issues" }, "homepage": "https://github.com/your-username/mysql-mcp-server#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "mysql2": "^3.11.3" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

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/SuMiaoALi/mysql-mcp-server'

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