mcp.json 799 Bytes
{
  "mcpServers": {
    "my-sql-db": {
      "command": "npx",
      "args": [
        "--yes",
        "@davewind/mysql-mcp-server",
        "mysql://netteam:netteam@rm-bp19ohrgc6111ynzh1o.mysql.rds.aliyuncs.com:3306/dongfangdianqi"
      ]
    },
    "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"
      ]
    }
  }
}