{ "mcpServers": { "my-sql-db": { "command": "npx", "args": [ "--yes", "@davewind/mysql-mcp-server", "mysql://netteam:netteam@rm-bp19ohrgc6111ynzh1o.mysql.rds.aliyuncs.com:3306/antis-foodlabeling-us" ] }, "my-api-spec": { "command": "npx", "args": [ "--yes", "@ivotoby/openapi-mcp-server", "--openapi-spec", "http://localhost:19001/swagger/Default/swagger.json", "--api-base-url", "http://localhost:19001" ] }, "filesystem": { "command": "npx", "args": [ "@modelcontextprotocol/server-filesystem", "." ] }, "excel-reader": { "command": "npx", "args": [ "--yes", "@negokaz/excel-mcp-server" ] } } }