mcp ssh manager for Cursor
io.github.bvisible/mcp-ssh-manager
SSH server management for agents, with per-server read-only and allowlist security modes
client:Cursor
transport:stdio
runtime:npm
Install mcp ssh manager in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-ssh-manager": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-ssh-manager"
],
"env": {
"SSH_CONFIG_PATH": "<SSH_CONFIG_PATH>",
"SSH_ENV_PATH": "<SSH_ENV_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs