MCP SSH/SFTP 服务器
@naya-cat-1
About MCP SSH/SFTP 服务器
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP SSH/SFTP 服务器?
A collection of SSH and SFTP servers implementing the Model Context Protocol (MCP). The SSH server enables remote command execution, while the SFTP server provides file transfer capabilities such as listing directories, uploading, and downloading files. It is intended for developers and operators who need programmatic remote server management and file operations via an MCP-compatible interface.
How to use MCP SSH/SFTP 服务器?
Copy servers.json.example to servers.json, then edit the file with your server credentials (host, port, username, password). The MCP host (e.g., an AI assistant) can then call the provided tools: execute_ssh_command for SSH commands, and list_directory, upload_file, download_file for SFTP operations. Each tool requires the server connection parameters and the operation-specific path/command.
Key features of MCP SSH/SFTP 服务器
- Remote SSH command execution with auto-disconnect
- SFTP directory listing, upload, and download
- Automatic connection retry mechanism (SFTP only)
- Detailed debug logging for SFTP operations
- Connection timeout handling and resource cleanup
- Credentials used only in memory, not persisted
Use cases of MCP SSH/SFTP 服务器
- Execute a command on a remote server and retrieve its output
- List files in a remote directory via SFTP
- Upload a local file to a remote server
- Download a file from a remote server to local storage
FAQ from MCP SSH/SFTP 服务器
How do I configure the MCP SSH/SFTP 服务器?
Copy servers.json.example to a new file named servers.json, then fill in the server details (host, port, username, password). The file is already in .gitignore to prevent accidental commits.
What authentication is supported?
The current implementation uses password authentication. The README recommends using private key authentication instead for better security.
How does the server handle errors?
Both SSH and SFTP servers implement connection timeout handling. The SFTP server additionally features automatic retry on failure. All errors produce detailed messages, and resources (connections) are automatically cleaned up after each operation.
Is my credentials safe?
Passwords are only kept in memory temporarily and never persisted to disk. Each operation automatically disconnects, and the connection has a timeout mechanism. The configuration file (servers.json) is ignored by version control.
What tools are available?
SSH: execute_ssh_command (requires host, port, username, password, command). SFTP: list_directory, upload_file, download_file (each require host, port, username, password, and the relevant remote/local path).
Frequently asked questions
How do I configure the MCP SSH/SFTP 服务器?
Copy `servers.json.example` to a new file named `servers.json`, then fill in the server details (host, port, username, password). The file is already in `.gitignore` to prevent accidental commits.
What authentication is supported?
The current implementation uses password authentication. The README recommends using private key authentication instead for better security.
How does the server handle errors?
Both SSH and SFTP servers implement connection timeout handling. The SFTP server additionally features automatic retry on failure. All errors produce detailed messages, and resources (connections) are automatically cleaned up after each operation.
Is my credentials safe?
Passwords are only kept in memory temporarily and never persisted to disk. Each operation automatically disconnects, and the connection has a timeout mechanism. The configuration file (`servers.json`) is ignored by version control.
What tools are available?
SSH: `execute_ssh_command` (requires host, port, username, password, command). SFTP: `list_directory`, `upload_file`, `download_file` (each require host, port, username, password, and the relevant remote/local path).
Basic information
More Developer Tools MCP servers

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.

Repo Test Architect
RepoAssayLocal-first, read-only MCP server for evidence-backed repository test architecture audits and test planning.

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
Comments