mcp.json.backup 746 B

123456789101112131415
  1. {
  2. "mcpServers": {
  3. "postgres": {
  4. "command": "./tools/toolbox.exe",
  5. "args": ["--prebuilt", "postgres", "--stdio"],
  6. "env": {
  7. "POSTGRES_HOST": "192.168.3.143",
  8. "POSTGRES_PORT": "5432",
  9. "POSTGRES_DATABASE": "dataops",
  10. "POSTGRES_USER": "postgres",
  11. "POSTGRES_PASSWORD": "dataOps"
  12. }
  13. }
  14. }
  15. }