Skip to main content
Glama

MySQL MCP Server

by bibaram
MIT License
220
  • Apple
package.json683 B
{ "name": "mysql-mcp-server", "version": "1.0.0", "description": "MySQL MCP Server for Model Context Protocol", "type": "module", "main": "server.js", "scripts": { "start": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "mysql2": "^3.11.0" }, "bin": { "mysql-mcp-server": "./server.js" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "mysql", "database", "model-context-protocol" ], "author": "bibaram", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bibaram/mcp.git" } }

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

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