SSH MCP Server for Zed
io.github.hypnosis/ssh-mcp-server
Modern SSH for AI agents — cloud servers to BusyBox routers, with destructive commands blocked.
client:Zed
transport:stdio
runtime:npm
Install SSH MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ssh-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hypnosis/ssh-mcp-server"
],
"env": {
"SSH_PROFILES_FILE": "<SSH_PROFILES_FILE>",
"SSH_MCP_LOG_LEVEL": "<SSH_MCP_LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs