★ 0 stars
TypeScript
🤖 AI/LLM
Updated 2d ago
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.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"remote-fs-mcp-server": {
"command": "npx",
"args": [
"-y",
"enclave-projects/remote-fs-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add remote-fs-mcp-server npx -y enclave-projects/remote-fs-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"remote-fs-mcp-server": {
"command": "npx",
"args": [
"-y",
"enclave-projects/remote-fs-mcp-server"
]
}
}
}
Topics
claudecursordevopsdockerkirollmmcpmodel-context-protocolnodejsremote-managementsftpsshtypescript