Skip to content
Cursor

SSH MCP Server for Cursor

io.github.hypnosis/ssh-mcp-server

Modern SSH for AI agents — cloud servers to BusyBox routers, with destructive commands blocked.

client:Cursor transport:stdio runtime:npm

Install SSH MCP Server in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ssh-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hypnosis/ssh-mcp-server"
      ],
      "env": {
        "SSH_PROFILES_FILE": "<SSH_PROFILES_FILE>",
        "SSH_MCP_LOG_LEVEL": "<SSH_MCP_LOG_LEVEL>"
      }
    }
  }
}

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

SSH MCP Server in other clients