MCP Server
MCP
SSH MCP Tool
Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-ssh-tool",
"version": "2.2.7",
"transport": {
"type": "stdio"
}
},
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-ssh-tool",
"version": "2.2.7",
"runtimeHint": "npx",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:{--port}/mcp"
},
"packageArguments": [
{
"value": "--transport=http",
"type": "positional"
},
{
"value": "127.0.0.1",
"type": "named",
"name": "--host"
},
{
"default": "3000",
"type": "named",
"name": "--port",
"valueHint": "port"
}
],
"environmentVariables": [
{
"description": "Comma-separated allowed browser origins for Streamable HTTP clients. Keep this restricted when not using loopback.",
"name": "SSH_MCP_HTTP_ALLOWED_ORIGINS"
},
{
"description": "Path to a bearer token file. Required for non-loopback HTTP bindings.",
"isSecret": true,
"name": "SSH_MCP_HTTP_BEARER_TOKEN_FILE"
},
{
"description": "Stable HTTPS public /mcp URL. Required for non-loopback HTTP bindings.",
"name": "SSH_MCP_HTTP_PUBLIC_URL"
},
{
"description": "Set to true only behind a trusted reverse proxy that controls forwarded headers.",
"name": "SSH_MCP_HTTP_TRUST_PROXY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment