SSH MCP Server for Cursor
io.github.yawlabs/ssh-mcp
MCP server for SSH operations with built-in diagnostics
client:Cursor
transport:stdio
runtime:npm
Install SSH MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ssh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/ssh-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs