Skip to content
VS Code

Interminal for VS Code

io.github.qiuwenzheng/interminal

Lightweight MCP server providing terminal access (SSH & local shells) for AI assistants.

client:VS Code transport:stdio runtime:pypi

Install Interminal in VS Code

.vscode/mcp.json

{
  "servers": {
    "interminal": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-interminal"
      ]
    }
  }
}

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

Interminal in other clients