Remote Terminal MCP for VS Code
io.github.tim00r/remote-terminal
Complete SSH terminal for Linux with AI/user control and dual-stream visibility
client:VS Code
transport:stdio
runtime:pypi
Install Remote Terminal MCP in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "remote-terminal-root",
"description": "REMOTE_TERMINAL_ROOT",
"password": true
}
],
"servers": {
"remote-terminal": {
"type": "stdio",
"command": "uvx",
"args": [
"remote-terminal-mcp"
],
"env": {
"REMOTE_TERMINAL_ROOT": "${input:remote-terminal-root}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs