mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 02:14:44 +08:00
27 lines
746 B
JSON
27 lines
746 B
JSON
{
|
|
"mcpServers": {
|
|
"PostgreSQL": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-postgres",
|
|
"postgresql://postgres:AwxBRx1_5kljfy@172.30.144.46/openauthpro"
|
|
],
|
|
"env": {}
|
|
},
|
|
"openauthpro": {
|
|
"command": "powershell",
|
|
"args": [
|
|
"-Command",
|
|
"npx -y @f4ww4z/mcp-mysql-server"
|
|
],
|
|
"env": {
|
|
"MYSQL_HOST": "localhost",
|
|
"MYSQL_PORT": "3306",
|
|
"MYSQL_USER": "root",
|
|
"MYSQL_PASSWORD": "000000",
|
|
"MYSQL_DATABASE": "openauthpro"
|
|
}
|
|
}
|
|
}
|
|
} |