MCP server for executing shell commands on remote hosts via SSH.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ssh-client-mcp-server · npm · 1.5.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jordanburke/ssh-client-mcp-server",
"description": "MCP server for executing shell commands on remote hosts via SSH.",
"repository": {
"url": "https://github.com/jordanburke/ssh-client-mcp-server",
"source": "github"
},
"version": "1.5.1",
"packages": [
{
"registryType": "npm",
"identifier": "ssh-client-mcp-server",
"version": "1.5.1",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "SSH server hostname or IP address",
"isRequired": true,
"format": "string",
"type": "named",
"name": "--host"
},
{
"description": "SSH username (defaults to current OS user if omitted)",
"format": "string",
"type": "named",
"name": "--user"
},
{
"description": "SSH port (default: 22)",
"format": "number",
"type": "named",
"name": "--port"
},
{
"description": "SSH password (use either --password or --key)",
"format": "string",
"isSecret": true,
"type": "named",
"name": "--password"
},
{
"description": "Path to private SSH key file (use either --password or --key); supports ~ and $VAR expansion",
"format": "filepath",
"type": "named",
"name": "--key"
},
{
"description": "Name of an environment variable containing the private SSH key PEM (e.g. injected by envpkt, Vault, Doppler)",
"format": "string",
"type": "named",
"name": "--key-env"
},
{
"description": "Set to 'true' to authenticate via SSH_AUTH_SOCK (works with system ssh-agent, 1Password, Bitwarden Desktop, KeePassXC)",
"format": "string",
"type": "named",
"name": "--agent"
},
{
"description": "Default tmux session name for the tmux_* tools (default: agent)",
"format": "string",
"type": "named",
"name": "--tmux-session"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-09T12:26:38.335975Z",
"publishedAt": "2026-06-09T12:26:38.335975Z",
"updatedAt": "2026-06-09T12:26:38.335975Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.5.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.