ssh-mcp-pro for Cursor
io.github.oaslananka/ssh-mcp-pro
Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
client:Cursor
transport:stdio
runtime:npm
Install ssh-mcp-pro in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ssh-mcp-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs