.01
.02
.03
.04
.05
#CreateanewSQLitedatabase
sqlite3~/test.db<<EOF
CREATETABLEproducts(
idINTEGERPRIMARYKEY,
nameTEXT,
priceREAL
);
INSERTINTOproducts(name,price)VALUES
('Widget',19.99),
('Gadget',29.99),
('Gizmo',39.99),
('SmartWatch',199.99),
('WirelessEarbuds',89.99),
('
ortableCharger',24.99),
('BluetoothSpeaker',79.99),
('
honeStand',15.99),
('LaptopSleeve',34.99),
('MiniDrone',299.99),
('LEDDeskLamp',45.99),
('Keyboard',129.99),
('MousePad',12.99),
('USBHub',49.99),
('Webcam',69.99),
('ScreenProtector',9.99),
('TravelAdapter',27.99),
('GamingHeadset',159.99),
('FitnessTracker',119.99),
('
ortableSSD',179.99);
EOF
code~/Library/Application\Support/Claude/claude_desktop_config.json
{
"mcpServers":{
"sqlite":{
"command":"uvx",
"args":["mcp-server-sqlite","--db-path","/Users/YOUR_USERNAME/test.db"]
}
}
}
.06
| 欢迎光临 链载Ai (https://www.lianzai.com/) | Powered by Discuz! X3.5 |