Loading MCP server directory, please wait...
MCP gateway for controlled SSH access with per-client auth, command policies, and audit logging.
npx @getmcp/cli add io.github.gelse/ssh-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.gelse/ssh-mcp": {
"command": "docker",
"args": [
"8080:8080",
"{config_dir}:/config",
"{ssh_key}:/app/ssh_key:ro",
"{logs_dir}:/logs",
"run",
"-i",
"--rm",
"-e",
"CONFIG_DIR",
"-e",
"LOG_DIR",
"-e",
"CONFIG_API_ENABLED",
"-e",
"CONFIG_API_TOKEN",
"ghcr.io/gelse/ssh-mcp:0.2.1"
],
"env": {
"CONFIG_DIR": "/config",
"LOG_DIR": "/logs",
"CONFIG_API_ENABLED": "false",
"CONFIG_API_TOKEN": ""
}
}
}
}