Skip to main content
Glama

MySQL MCP Server

by QiPanTanYi
package.json1.25 kB
{ "name": "mysql-mcp-server", "version": "1.0.0", "description": "MySQL MCP Server with Kimi AI Integration", "main": "dist/main.js", "scripts": { "build": "tsc", "start": "node dist/main.js", "dev": "ts-node src/main.ts", "start:mcp": "node dist/mcp-standalone.js", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\"", "preinstall": "npx only-allow pnpm" }, "keywords": [ "mcp", "mysql", "nestjs", "kimi", "ai" ], "author": "", "license": "MIT", "dependencies": { "@nestjs/common": "^10.3.0", "@nestjs/core": "^10.3.0", "@nestjs/platform-express": "^10.3.0", "@nestjs/typeorm": "^10.0.1", "@modelcontextprotocol/sdk": "^0.5.0", "typeorm": "^0.3.19", "mysql2": "^3.7.0", "axios": "^1.6.5", "dotenv": "^16.3.1", "zod": "^3.22.4", "class-validator": "^0.14.1", "class-transformer": "^0.5.1", "reflect-metadata": "^0.2.1", "rxjs": "^7.8.1" }, "devDependencies": { "@types/node": "^20.11.0", "@types/express": "^4.17.21", "typescript": "^5.3.3", "ts-node": "^10.9.2" } }

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

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