mcp.json 708 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "mcpServers": {
  3. "mysql": {
  4. "command": "npx",
  5. "args": [
  6. "-y",
  7. "@fhuang/mcp-mysql-server"
  8. ],
  9. "env": {
  10. "MYSQL_HOST": "123.60.180.165",
  11. "MYSQL_PORT": "3306",
  12. "MYSQL_USER": "root",
  13. "MYSQL_PASSWORD": "5heng=uN",
  14. "MYSQL_DATABASE": "dopdemo"
  15. },
  16. "disabled": false,
  17. "autoApprove": [
  18. "describe_table",
  19. "describe_table",
  20. "describe_table"
  21. ]
  22. },
  23. "context7": {
  24. "command": "npx",
  25. "args": [
  26. "-y",
  27. "@upstash/context7-mcp"
  28. ],
  29. "disabled": false,
  30. "autoApprove": [
  31. "resolve-library-id",
  32. "get-library-docs"
  33. ]
  34. }
  35. }
  36. }