-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "mcp-mysql-server",
"version": "1.0.0",
"description": "A comprehensive Model Context Protocol (MCP) server for MySQL databases with 200+ tools for advanced database management, diagnostics, performance analysis, security auditing, and AI-powered database interactions.",
"main": "mysql_server.py",
"scripts": {
"start": "python mysql_server.py",
"test": "python -m pytest",
"lint": "flake8 mysql_server.py",
"format": "black mysql_server.py"
},
"repository": {
"type": "git",
"url": "https://github.com/mukul975/mysql-mcp-server.git"
},
"keywords": [
"mysql",
"database",
"mcp",
"model-context-protocol",
"ai",
"llm",
"database-management",
"sql",
"python",
"diagnostics",
"performance",
"security",
"claude",
"chatgpt",
"automation"
],
"author": {
"name": "mukul975",
"email": "mukuljangra5@gmail.com",
"url": "https://github.com/mukul975"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mukul975/mysql-mcp-server/issues"
},
"homepage": "https://github.com/mukul975/mysql-mcp-server#readme",
"engines": {
"python": ">=3.8"
},
"directories": {
"doc": "./docs"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/mukul975"
}
}