MCP server
SSH MCP Server
Key-only SSH and SFTP access for agents that need files on a remote machine.
Add it to your client
CommunityInstall
npx @uarlouski/ssh-mcp-server@latest --configPath=/path/to/ssh-mcp-config.json
mcpServers
{
"mcpServers": {
"ssh-sftp-mcp": {
"command": "npx",
"args": [
"@uarlouski/ssh-mcp-server@latest",
"--configPath=/path/to/ssh-mcp-config.json"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- License
- Apache-2.0
Tools
ssh_upload_filessh_download_filessh_list_remote_filesssh_delete_remote_filessh_execute_commandssh_list_serversssh_port_forwardssh_execute_template
Hosts come from a JSON config file or from your existing ~/.ssh/config, and only key-based authentication is accepted — no passwords anywhere in the setup. File work goes over SFTP: upload, download, list a remote directory, delete. It also runs commands, opens and closes port-forwarding tunnels, and can narrow what is executable through named command templates.
Similar MCP servers
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
AWS MCP Servers
MCP serverA large collection of AWS-specific MCP servers, installed one at a time.
Developer ToolsCloud Platforms & Infrastructure
Filesystem MCP Server
MCP serverReference server for scoped read and write access to local folders
Developer ToolsStorage & Files
Comments(0)
Sign in to comment