Back to Home
misho85 icon

dokploy-logs-mcp

Verified Safe

by misho85

Overview

Provides remote Docker container log and statistics access via SSH, enabling monitoring and debugging of services.

Installation

Run Command
bun run src/index.ts

Environment Variables

  • SSH_HOST

Security Notes

Input parameters (container names, timestamps, grep patterns, host aliases) are sanitized using regular expressions and character replacement to mitigate command injection risks before executing SSH commands. The server uses the system's SSH client (`ssh`) with `BatchMode=yes` and `ConnectTimeout=10` options. No 'eval' or obvious hardcoded secrets were found in the provided code snippets. Security relies on proper SSH key management and configuration on the host machine.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens400
Stars0
Forks0
Last Update2026-01-17

Tags

DockerSSHLogsMonitoringBun