dokploy-logs-mcp
Verified Safeby misho85
Overview
Provides remote Docker container log and statistics access via SSH, enabling monitoring and debugging of services.
Installation
bun run src/index.tsEnvironment 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
cloud-logs-mcp
An MCP server that enables AI assistants to interact with and manage IBM Cloud Logs instances for observability, security, and performance analysis.
mcp_troubleshooter
A Model Context Protocol (MCP) server that provides comprehensive system troubleshooting and diagnostic tools for developers and system administrators, enabling LLMs to diagnose system issues, monitor resources, check logs, and test connectivity.
jenkins-mcp-server
Fetches and analyzes Jenkins console logs from multiple instances to extract error snippets, git information, and build metadata for simplified build failure diagnosis.
docker-tui
A Terminal User Interface (TUI) for managing Docker containers and exposing container operations via an MCP HTTP server for AI integration.