Skip to content
VS Code

SSH MCP Tool for VS Code

io.github.oaslananka/mcp-ssh-tool

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

client:VS Code transport:stdio runtime:npm

Install SSH MCP Tool in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-ssh-tool": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-ssh-tool"
      ]
    }
  }
}

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

SSH MCP Tool in other clients