MCP server allowing LLMs to execute commands on Windows terminals, including local shells (cmd, PowerShell, bash) and remote SSH connections with a 3-level security model.
{
"mcpServers": {
"windows-terminal": {
"command": "uvx",
"args": [
"terminal-mcp"
]
}
}
}