| 1234567891011121314151617181920212223242526 |
- {
- "mcpServers": {
- "filesystem": {
- "command": "npx",
- "args": [
- "-y",
- "@modelcontextprotocol/server-filesystem",
- "D:/WorkSpace/project/chuanzhanServer"
- ]
- },
- "sequential-thinking": {
- "command": "npx",
- "args": [
- "-y",
- "@modelcontextprotocol/server-sequential-thinking"
- ]
- },
- "memory": {
- "command": "npx",
- "args": [
- "-y",
- "@modelcontextprotocol/server-memory"
- ]
- }
- }
- }
|