Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "mcpServers": {
  3. "context7": {
  4. "type": "http",
  5. "url": "https://mcp.context7.com/mcp"
  6. },
  7. "sequential-thinking": {
  8. "type": "stdio",
  9. "command": "npx",
  10. "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
  11. "env": {}
  12. },
  13. "github": {
  14. "type": "stdio",
  15. "command": "npx",
  16. "args": ["-y", "@modelcontextprotocol/server-github"],
  17. "env": {
  18. "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
  19. }
  20. },
  21. "fetch": {
  22. "type": "stdio",
  23. "command": "uvx",
  24. "args": ["mcp-server-fetch"],
  25. "env": {}
  26. },
  27. "playwright": {
  28. "type": "stdio",
  29. "command": "npx",
  30. "args": ["-y", "@playwright/mcp@latest"],
  31. "env": {}
  32. }
  33. }
  34. }