sshmcp for Cursor
io.github.nikolanddtesla/sshmcp
SSH server management with zero-token SFTP file transfer and SOCKS proxy support
client:Cursor
transport:stdio
runtime:npm
Install sshmcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sshmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nl4ever/sshmcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs