mcp_config.json 391 B

1234567891011121314151617181920
  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. "docker-mcp": {
  16. "command": "uvx",
  17. "args": ["docker-mcp"]
  18. }
  19. }
  20. }