mcp-server-bak.json 987 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "mcpServers": {
  3. "fileSystem": {
  4. "command": "D:\\software\\nodeJs\\npx.cmd",
  5. "args": [
  6. "-y",
  7. "@modelcontextprotocol/server-filesystem",
  8. "D:\\software\\sqlite"
  9. ]
  10. },
  11. "sqlLite": {
  12. "command": "D:\\Program Files\\python3.12.3\\Scripts\\uvx.exe",
  13. "args": [
  14. "mcp-server-sqlite",
  15. "--db-path",
  16. "D:\\work-space-study\\spring-ai-mcp-demo\\mcp-client\\src\\main\\resources\\test.db"
  17. ]
  18. },
  19. "fetch": {
  20. "command": "D:\\Program Files\\python3.12.3\\Scripts\\uvx.exe",
  21. "args": [
  22. "mcp-server-fetch"
  23. ]
  24. },
  25. "baidu-map": {
  26. "command": "D:\\Program Files\\python3.12.3\\Scripts\\uvx.exe",
  27. "args": [
  28. "run",
  29. "--with",
  30. "mcp[cli]",
  31. "mcp",
  32. "run",
  33. "D:\\work-space-python\\python-baidu-map\\baidu_map_mcp_server\\map.py"
  34. ],
  35. "env": {
  36. "BAIDU_MAPS_API_KEY": "{百度地图API-KEY}"
  37. }
  38. }
  39. }
  40. }