MCP server for agentic passwordless SSH/SCP — exec, read/write files, grep, patch, and transfer over multiplexed OpenSSH ControlMaster connections.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-ssh-agentic": {
"command": "npx",
"args": [
"-y",
"jahrulnr/mcp-ssh-agentic"
]
}
}
}
Run in terminal:
claude mcp add mcp-ssh-agentic npx -y jahrulnr/mcp-ssh-agentic
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-ssh-agentic": {
"command": "npx",
"args": [
"-y",
"jahrulnr/mcp-ssh-agentic"
]
}
}
}