{ "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" //开发环境 // "mysql://nettest:nettest@rm-2vccze142rc9a8f58bo.mysql.cn-chengdu.rds.aliyuncs.com:3306/lqerp" //生产环境 ] }, "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" ] }, "filesystem": { "command": "npx", "args": [ "@modelcontextprotocol/server-filesystem", "." ] }, "excel-reader": { "command": "npx", "args": [ "--yes", "@negokaz/excel-mcp-server" ] } } }