mcp.json 500 B

1234567891011121314151617181920212223242526
  1. {
  2. "mcpServers": {
  3. "filesystem": {
  4. "command": "npx",
  5. "args": [
  6. "-y",
  7. "@modelcontextprotocol/server-filesystem",
  8. "D:/WorkSpace/project/chuanzhanServer"
  9. ]
  10. },
  11. "sequential-thinking": {
  12. "command": "npx",
  13. "args": [
  14. "-y",
  15. "@modelcontextprotocol/server-sequential-thinking"
  16. ]
  17. },
  18. "memory": {
  19. "command": "npx",
  20. "args": [
  21. "-y",
  22. "@modelcontextprotocol/server-memory"
  23. ]
  24. }
  25. }
  26. }