2025-04-29 15:51:04 +08:00
|
|
|
{
|
|
|
|
|
"mcpServers": {
|
|
|
|
|
"PostgreSQL": {
|
|
|
|
|
"command": "npx",
|
|
|
|
|
"args": [
|
|
|
|
|
"-y",
|
|
|
|
|
"@modelcontextprotocol/server-postgres",
|
|
|
|
|
"postgresql://postgres:AwxBRx1_5kljfy@172.30.144.46/openauthpro"
|
|
|
|
|
],
|
|
|
|
|
"env": {}
|
|
|
|
|
},
|
2025-10-18 14:38:49 +08:00
|
|
|
"openauthpro": {
|
|
|
|
|
"command": "powershell",
|
2025-04-29 15:51:04 +08:00
|
|
|
"args": [
|
2025-10-18 14:38:49 +08:00
|
|
|
"-Command",
|
|
|
|
|
"npx -y @f4ww4z/mcp-mysql-server"
|
2025-04-29 15:51:04 +08:00
|
|
|
],
|
|
|
|
|
"env": {
|
|
|
|
|
"MYSQL_HOST": "localhost",
|
|
|
|
|
"MYSQL_PORT": "3306",
|
|
|
|
|
"MYSQL_USER": "root",
|
|
|
|
|
"MYSQL_PASSWORD": "000000",
|
|
|
|
|
"MYSQL_DATABASE": "openauthpro"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|