Home › Development › SSH — policy-gated remote access
SSH — policy-gated remote access
Policy-gated, audited SSH for Linux and Windows hosts: roles, approvals, and an audit log.
Topics: Coding Agents
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 2.11.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"ssh-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"SSH_MCP_PASSWORD": "<YOUR_VALUE>",
"SSH_MCP_KEY": "<YOUR_VALUE>",
"SSH_MCP_PASSPHRASE": "<YOUR_VALUE>",
"SSH_MCP_SUDO_PASSWORD": "<YOUR_VALUE>"
}
}
}
}
SSH_MCP_PASSWORDsecret — Password for the configured profile; a per-profile SSH_MCP_<PROFILE>_PASSWORD takes precedence. Credentials are never accepted as CLI arguments.SSH_MCP_KEY— Path to the private key file to authenticate with — the path, not the key material. A per-profile SSH_MCP_<PROFILE>_KEY takes precedence.SSH_MCP_PASSPHRASEsecret — Passphrase for an encrypted private key.SSH_MCP_SUDO_PASSWORDsecret — Password the sudo tool escalates with, when the policy in force allows the privileged class.
Related servers
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Desktop Commander
MCP server for terminal commands, file operations, and process management
Ouroboros
Pins an acceptance spec; the verify command and expected output never enter the success contract.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for…
terminator
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots.…
codemcp
Coding agent with basic read, write and command line tools.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry