Skip to content
VS Code

realssh mcp for VS Code

io.github.danielecr/realssh-mcp

MCP server for SSH remote command execution

client:VS Code transport:stdio runtime:npm

Install realssh mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "realssh-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@danielecr/realssh-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

realssh mcp in other clients