Catalog
SSH MCP Tool
Officialby oaslananka
Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
SSH automation server with policy controls for secure remote execution.
README not available yet.
Install
Configuration
Environment variables
SSH_MCP_HTTP_ALLOWED_ORIGINSComma-separated allowed browser origins for Streamable HTTP clients. Keep this restricted when not using loopback.
SSH_MCP_HTTP_BEARER_TOKEN_FILEsecretPath to a bearer token file. Required for non-loopback HTTP bindings.
SSH_MCP_HTTP_PUBLIC_URLStable HTTPS public /mcp URL. Required for non-loopback HTTP bindings.
SSH_MCP_HTTP_TRUST_PROXYSet to true only behind a trusted reverse proxy that controls forwarded headers.
Arguments
--hostdefault 127.0.0.1--portdefault 3000port
claude_desktop_config.json
{
"mcpServers": {
"mcp-ssh-tool": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool@2.2.7"
]
}
}
}