SSH Nexus for Cursor
io.github.quwentao2005/ssh-nexus
MCP server and web terminal for shared SSH sessions and reusable command sets.
client:Cursor
transport:stdio
runtime:pypi
Install SSH Nexus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ssh-nexus": {
"type": "stdio",
"command": "uvx",
"args": [
"ssh-nexus"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs