termcp for VS Code
io.github.open-mcp-ai/termcp
An MCP server that lets AI agents act like a human at a real terminal, local or over SSH.
client:VS Code
transport:stdio
runtime:oci
Install termcp in VS Code
.vscode/mcp.json
{
"servers": {
"termcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-mcp-ai/termcp:0.2.1"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs