Skip to content
Cursor

cygnus ssh mcp for Cursor

io.github.cygnussystems/cygnus-ssh-mcp

SSH-based MCP control of remote Linux, macOS, and Windows servers -- 46 purpose-built tools.

client:Cursor transport:stdio runtime:pypi

Install cygnus ssh mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cygnus-ssh-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cygnus-ssh-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cygnus ssh mcp in other clients