sshmcp

m1bsvonmibenstein/sshmcp
★ 0 stars JavaScript Code/Dev Tools Updated 9d ago
MCP server for SSH/SCP that hides real credentials from the AI - alias-only, ssh-config passthrough, recursive/glob transfers
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sshmcp": {
      "command": "npx",
      "args": [
        "-y",
        "m1bsvonmibenstein/sshmcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that lets an AI assistant (Claude Code, Claude Desktop, etc.) run commands and transfer files over SSH — **without ever seeing your real connection details**. The assistant only works with aliases like `prod` or `server1`; hostnames, usernames, keys, and passwords stay on your machine.

Tools (5)

ssh_downloadssh_execssh_listssh_list_serversssh_upload