ssh client mcp server for Windsurf
io.github.jordanburke/ssh-client-mcp-server
MCP server for executing shell commands on remote hosts via SSH.
client:Windsurf
transport:stdio
runtime:npm
Install ssh client mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ssh-client-mcp-server": {
"command": "npx",
"args": [
"-y",
"ssh-client-mcp-server"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs