mcp_config.json 311 B

12345678910111213141516
  1. {
  2. "mcpServers": {
  3. "filesystem": {
  4. "command": "npx",
  5. "args": [
  6. "-y",
  7. "@modelcontextprotocol/server-filesystem",
  8. "/Users/kadxy/Desktop"
  9. ]
  10. },
  11. "everything": {
  12. "command": "npx",
  13. "args": ["-y", "@modelcontextprotocol/server-everything"]
  14. }
  15. }
  16. }