{ "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" ] } } }