Server data from the Official MCP Registry
Shared SSH PTY runtime for MCP clients with viewer, input lock, async tracking, and policy rules.
Shared SSH PTY runtime for MCP clients with viewer, input lock, async tracking, and policy rules.
ssh-session-mcp is a well-structured SSH PTY session manager with appropriate authentication handling and reasonable permissions for its purpose. Security is generally strong with input validation, policy-based command filtering, and user-aware access controls. However, some code quality concerns around error handling, broad exception catches, and potential sensitive data exposure in logs warrant attention. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SSH_MCP_CONFIG
Environment variable: SSH_MCP_INSTANCE
Environment variable: VIEWER_PORT
Environment variable: VIEWER_HOST
Environment variable: AUTO_OPEN_TERMINAL
Environment variable: SSH_MCP_MODE
Environment variable: SSH_MCP_LOCAL
Environment variable: SSH_MCP_DEBUG
Environment variable: SSH_HOST
Environment variable: SSH_PORT
Environment variable: SSH_USER
Environment variable: SSH_PASSWORD
Environment variable: SSH_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-zw-awa-ssh-session-mcp": {
"env": {
"SSH_KEY": "your-ssh-key-here",
"SSH_HOST": "your-ssh-host-here",
"SSH_PORT": "your-ssh-port-here",
"SSH_USER": "your-ssh-user-here",
"VIEWER_HOST": "your-viewer-host-here",
"VIEWER_PORT": "your-viewer-port-here",
"SSH_MCP_MODE": "your-ssh-mcp-mode-here",
"SSH_PASSWORD": "your-ssh-password-here",
"SSH_MCP_DEBUG": "your-ssh-mcp-debug-here",
"SSH_MCP_LOCAL": "your-ssh-mcp-local-here",
"SSH_MCP_CONFIG": "your-ssh-mcp-config-here",
"SSH_MCP_INSTANCE": "your-ssh-mcp-instance-here",
"AUTO_OPEN_TERMINAL": "your-auto-open-terminal-here"
},
"args": [
"-y",
"ssh-session-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.