MCP ExplorerExplorer

Sftp Ssh Mcp

@gradyyoungon 10 months ago
1 MIT
FreeCommunity
AI Systems
MCP server exposing SSH and SFTP control for Linux and Windows systems via Model Context Protocol.

Overview

What is Sftp Ssh Mcp

sftp-ssh-mcp is a local Model Context Protocol (MCP) server that provides SFTP-SSH control for both Linux and Windows systems, allowing LLMs and other MCP clients to securely execute shell commands via SSH.

Use cases

Use cases for sftp-ssh-mcp include managing remote servers, automating deployment processes, and executing scripts securely in a controlled environment.

How to use

To use sftp-ssh-mcp, configure your client (e.g., Claude Desktop) with the server’s hostname or IP, SSH port, username, and optionally a password or private key for authentication. Use the provided command line to start the MCP server with the necessary parameters.

Key features

Key features of sftp-ssh-mcp include secure shell command execution via SSH, support for both Linux and Windows systems, and compatibility with LLMs and other MCP clients.

Where to use

sftp-ssh-mcp can be used in various fields such as software development, system administration, and any environment where secure remote command execution is required.

Content

SFTP-SSH MCP Server is a local Model Context Protocol (MCP) server that exposes SFTP-SSH control for Linux and Windows systems, enabling LLMs and other MCP clients to execute shell commands securely via SSH.

Client Setup

You can configure Claude Desktop to use this MCP Server.

  • host: Hostname or IP of the Linux or Windows server
  • port: SSH port (default: 22)
  • user: SSH username
  • password: SSH password (or use key for key-based auth) (optional)
  • key: Path to private SSH key (optional)
{
    "mcpServers": {
        "sftp-ssh-mcp": {
            "command": "npx",
            "args": [
                "sftp-ssh-mcp",
                "-y",
                "--",
                "--host=1.2.3.4",
                "--port=22",
                "--user=root",
                "--password=pass",
                "--key=path/to/key"
            ]
        }
    }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers