Skip to main content
Glama

MySQL MCP Server

by dave-wind
package.json1.06 kB
{ "name": "@davewind/mysql-mcp-server", "version": "0.2.0", "description": "A Model Context Protocol server for MySQL", "type": "module", "bin": { "mcp-mysql": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector@0.10.2 build/index.js mysql://user:password@localhost:port/database", "test": "node test-mcp.js" }, "keywords": [ "mcp", "model-context-protocol", "mysql", "database", "cursor", "n8n" ], "author": "dave-wind", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "1.10.2", "mysql2": "^3.11.5", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "https://github.com/dave-wind/mysql-mcp-server" }, "publishConfig": { "access": "public" } }

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

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