Skip to content

hypnosis/ssh-mcp-server

v2.3.3MIT

Remote server work over the OpenSSH client already on your machine: run commands, move files with checksum verification, search logs and audit hosts, with destructive commands blocked before they reach the shell.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

sshstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@hypnosis/ssh-mcp-server"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "ssh-mcp-server",
  "version": "2.3.3",
  "description": "Remote server work over the OpenSSH client already on your machine: run commands, move files with checksum verification, search logs and audit hosts, with destructive commands blocked before they reach the shell.",
  "author": {
    "name": "hypnosis",
    "url": "https://github.com/hypnosis"
  },
  "homepage": "https://github.com/hypnosis/ssh-mcp-server#readme",
  "repository": "https://github.com/hypnosis/ssh-mcp-server",
  "license": "MIT",
  "keywords": [
    "ssh",
    "devops",
    "server-management",
    "remote-execution",
    "sysadmin"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub