| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "mcpServers": {
- "mysql": {
- "command": "npx",
- "args": [
- "-y",
- "@fhuang/mcp-mysql-server"
- ],
- "env": {
- "MYSQL_HOST": "123.60.180.165",
- "MYSQL_PORT": "3306",
- "MYSQL_USER": "root",
- "MYSQL_PASSWORD": "5heng=uN",
- "MYSQL_DATABASE": "dopdemo"
- },
- "disabled": false,
- "autoApprove": [
- "describe_table",
- "describe_table",
- "describe_table"
- ]
- },
- "context7": {
- "command": "npx",
- "args": [
- "-y",
- "@upstash/context7-mcp"
- ],
- "disabled": false,
- "autoApprove": [
- "resolve-library-id",
- "get-library-docs"
- ]
- }
- }
- }
|