Blame view

.micode/mcp.json 556 Bytes
e5f8ae55   “wangming”   ```
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  {
    "mcpServers": {
      "my-sql-db": {
        "command": "/opt/homebrew/bin/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:2015/swagger/Default/swagger.json",
          "--api-base-url",
          "http://localhost:2015"
        ]
      }
    }
  }