Blame view

.cursor/mcp.json 805 Bytes
af43359d   “wangming”   Remove DemoResetJ...
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
34
35
36
37
  {
    "mcpServers": {
      "my-sql-db": {
        "command": "npx",
        "args": [
          "--yes",
          "@davewind/mysql-mcp-server",
          "mysql://nettest:nettest@rm-2vccze142rc9a8f58bo.mysql.cn-chengdu.rds.aliyuncs.com:3306/lqerp_dev"
        ]
      },
      "my-api-spec": {
        "command": "npx",
        "args": [
          "--yes",
          "@ivotoby/openapi-mcp-server",
          "--openapi-spec",
          "http://localhost:2011/swagger/Default/swagger.json",
          "--api-base-url",
          "http://localhost:2011"
        ]
      },
      "filesystem": {
        "command": "npx",
        "args": [
          "@modelcontextprotocol/server-filesystem",
          "."
        ]
      },
      "excel-reader": {
        "command": "npx",
        "args": [
          "--yes",
          "@negokaz/excel-mcp-server"
        ]
      }
    }
  }