-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
33 lines (33 loc) · 814 Bytes
/
server.json
File metadata and controls
33 lines (33 loc) · 814 Bytes
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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.neverinfamous/mysql-mcp",
"description": "Enterprise-grade MySQL MCP Server with OAuth 2.0, 191 tools, and Docker deployment",
"version": "2.0.0",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/writenotenow/mysql-mcp:v2.0.0",
"transport": {
"type": "stdio"
}
}
],
"keywords": [
"mcp",
"mysql",
"database",
"model-context-protocol",
"oauth",
"docker"
],
"author": {
"name": "Adamic.tech"
},
"homepage": "https://github.com/neverinfamous/mysql-mcp",
"repository": {
"type": "git",
"url": "https://github.com/neverinfamous/mysql-mcp.git",
"source": "github"
},
"license": "MIT"
}