general MCP Server
Hardened SSH MCP server: 66 tools (file system, exec, SFTP, Docker, Git, network), audit log, Prometheus metrics, auto-retry, host-key verification, path allowlist, read-only mode. For Claude Desktop, Cursor, Kiro CLI, and any MCP client.
Discovered via github-topic:model-context-protocol and last synced 3mo ago.
1. Install the package
npx remote-fs-mcp-server
2. Add to claude_desktop_config.json
{
"mcpServers": {
"remote-fs-mcp-server": {
"command": "npx",
"args": [
"remote-fs-mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Reconnect with the cached config
Create directory (recursive)
Purpose
Remove directory
Read file (text/base64, with line range, byte cap)
Close it
Rename/move
df + du
Kill by PID or name (scoped to current user by default)
Download a single file
List directory (recursive, paginated)
File metadata
Connection state (host, port, user, mode, uptime)
Copy on remote (cp -r)
Create symlink
Open a session
Delete file
Overwrite file (text or base64)
Change ownership
Same as exec_run, intent-tagged for pipelines
File attributes
Append to file
Search by name/type/size/mtime
Read environment variables
Upload a single file
Change permissions
Upload a script via SFTP and run it
Tail a log file
Rename/move
Grep file contents
List processes
Recursively upload a directory tree
Run any shell command (with timeout + output cap)
apt/dnf/yum/apk wrapper (install/remove/search/list/update)
Create directory (single level)
Run with sudo (password via stdin, never in argv)
Full system overview
Delete file
Recursively download a directory tree
List/add/remove cron entries (stdin-piped, no shell injection)
List directory with attributes
systemd: status/start/stop/restart/reload/enable/disable/logs
Reduce container attack surface by building application images on Google distroless base images that contain only the application runtime with no shell, package manager, or unnecessary OS utilities.
Investigate compromised Docker containers by analyzing images, layers, volumes, logs, and runtime artifacts to identify malicious activity and evidence.
Harden the Docker daemon by configuring daemon.json with user namespace remapping, TLS authentication, rootless mode, and CIS benchmark controls.
Container escape is a critical attack technique where an adversary breaks out of container isolation to access the host system or other containers. Detection involves monitoring for escape indicators
AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
ToolJet is the open-source foundation of ToolJet AI - the enterprise app generation platform for building internal tools, dashboard, business applications, workflows and AI agents 🚀
Turn your PC, Mac, or Linux box into an AI server. LLM inference, chat UI, voice, agents, workflows, RAG, and image generation.
Turn your PC, Mac, or Linux box into an AI server. LLM inference, chat UI, voice, agents, workflows, RAG, and image generation.
Learn how to use the Redis Manager Claude skill. Complete guide with installation instructions and examples.
Learn how to use the Privacy Search Claude skill. Complete guide with installation instructions and examples.
Learn how to use the Clawboard Claude skill. Complete guide with installation instructions and examples.