iterminal for VS Code
io.github.itophua/iterminal
MCP Server for iTerminal SSH Connection Manager - Control SSH servers through Claude.
client:VS Code
transport:stdio
runtime:npm
Install iterminal in VS Code
.vscode/mcp.json
{
"servers": {
"iterminal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"iterminal-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs