From 3def1e6bfc1e29762026f1c2637af1922a322de6 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Tue, 29 Apr 2025 15:51:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0cursor=20mcp=20Serve?= =?UTF-8?q?rs=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cursor/mcp.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .cursor/mcp.json diff --git a/.cursor/mcp.json b/.cursor/mcp.json new file mode 100644 index 00000000..e4549872 --- /dev/null +++ b/.cursor/mcp.json @@ -0,0 +1,29 @@ +{ + "mcpServers": { + "PostgreSQL": { + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-postgres", + "postgresql://postgres:AwxBRx1_5kljfy@172.30.144.46/openauthpro" + ], + "env": {} + }, + "mysql": { + "type": "stdio", + "command": "uvx", + "args": [ + "--from", + "mysql-mcp-server", + "mysql_mcp_server" + ], + "env": { + "MYSQL_HOST": "localhost", + "MYSQL_PORT": "3306", + "MYSQL_USER": "root", + "MYSQL_PASSWORD": "000000", + "MYSQL_DATABASE": "openauthpro" + } + } + } +} \ No newline at end of file