smart terminal for VS Code
io.github.pungggi/smart-terminal
MCP PTY server providing AI agents with real interactive terminal access
client:VS Code
transport:stdio
runtime:npm
Install smart terminal in VS Code
.vscode/mcp.json
{
"servers": {
"smart-terminal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"smart-terminal-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs