Skip to content
VS Code

sshmcp for VS Code

io.github.nikolanddtesla/sshmcp

SSH server management with zero-token SFTP file transfer and SOCKS proxy support

client:VS Code transport:stdio runtime:npm

Install sshmcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "sshmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nl4ever/sshmcp"
      ]
    }
  }
}

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

sshmcp in other clients