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