mcp.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "mcpServers": {
  3. "windows-mcp": {
  4. "command": "uv",
  5. "args": [
  6. "--directory",
  7. "C:/Windows-MCP",
  8. "run",
  9. "main.py"
  10. ],
  11. "env": {
  12. "PYTHONUNBUFFERED": "1"
  13. },
  14. "metadata": {
  15. "description": "Windows-MCP server for local system operations",
  16. "homepage": "https://github.com/CursorTouch/Windows-MCP"
  17. }
  18. },
  19. "filesystem": {
  20. "command": "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v18.20.2\\node.exe",
  21. "args": [
  22. "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v18.20.2\\node_modules\\@modelcontextprotocol\\server-filesystem\\dist\\index.js",
  23. "D:\\www"
  24. ]
  25. },
  26. "mysqlyitongchengtest": {
  27. "command": "npx",
  28. "args": [
  29. "-y",
  30. "@bytebase/dbhub",
  31. "--transport",
  32. "stdio",
  33. "--dsn",
  34. "mysql://admin:wK7p16bw5z@123.57.137.186:3306/yitongchengtest?sslmode=disable"
  35. ]
  36. },
  37. "mysql": {
  38. "command": "npx",
  39. "args": [
  40. "-y",
  41. "@bytebase/dbhub",
  42. "--transport",
  43. "stdio",
  44. "--dsn",
  45. "mysql://nn2025112501:kB8SXpiG7pa2iXe2@47.112.222.163:63306/nn2025112501?sslmode=disable"
  46. ]
  47. },
  48. "fetch": {
  49. "command": "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v20.19.5\\node.exe",
  50. "args": [
  51. "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v20.19.5\\node_modules\\fetch-mcp\\dist\\index.js"
  52. ]
  53. },
  54. "windows-cli": {
  55. "command": "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v20.19.5\\node.exe",
  56. "args": [
  57. "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v20.19.5\\windows-cli-mcp-server-main\\dist\\index.js"
  58. ]
  59. }
  60. }
  61. }