remote ssh mcp for Zed
io.github.the-nine-nation/remote-ssh-mcp
Persistent stateful remote SSH sessions for AI agents via MCP + OpenSSH.
client:Zed
transport:stdio
runtime:npm
Install remote ssh mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"remote-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"@zyluo/remote-ssh-mcp"
],
"env": {
"SSH_MCP_ALLOWED_HOSTS": "<SSH_MCP_ALLOWED_HOSTS>",
"SSH_MCP_CONFIG": "<SSH_MCP_CONFIG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs