MCP server for SSH remote server management with SSH agent authentication support.
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-agent-mcp-server · npm · 0.1.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.pulsemcp/ssh",
"description": "MCP server for SSH remote server management with SSH agent authentication support.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/ssh"
},
"version": "0.1.5",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "ssh-agent-mcp-server",
"version": "0.1.5",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Hostname or IP address of the SSH server.",
"isRequired": true,
"name": "SSH_HOST"
},
{
"description": "Username for SSH authentication.",
"isRequired": true,
"name": "SSH_USERNAME"
},
{
"description": "SSH port number.",
"default": "22",
"name": "SSH_PORT"
},
{
"description": "Path to SSH agent socket for agent-based authentication.",
"name": "SSH_AUTH_SOCK"
},
{
"description": "Path to private key file for direct key authentication.",
"name": "SSH_PRIVATE_KEY_PATH"
},
{
"description": "Passphrase for encrypted private key.",
"isSecret": true,
"name": "SSH_PASSPHRASE"
},
{
"description": "Connection timeout in milliseconds.",
"default": "30000",
"name": "SSH_TIMEOUT"
},
{
"description": "Default command activity timeout in milliseconds.",
"default": "60000",
"name": "SSH_COMMAND_TIMEOUT"
},
{
"description": "Comma-separated list of tool groups to enable (readonly, write, admin).",
"name": "ENABLED_TOOLGROUPS"
},
{
"description": "Skip SSH connection health check on startup.",
"default": "false",
"name": "SKIP_HEALTH_CHECKS"
},
{
"description": "Health check timeout in milliseconds.",
"default": "10000",
"name": "HEALTH_CHECK_TIMEOUT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-14T17:29:52.855171Z",
"publishedAt": "2026-06-14T17:29:52.855171Z",
"updatedAt": "2026-06-14T17:29:52.855171Z",
"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 0.1.5last 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.