Skip to content

PowerShell Terminal MCP for Zed

io.github.tim00r/powershell-terminal-mcp

Shared AI + user PowerShell session on Windows - execute commands, run scripts, automate your PC

client:Zed transport:stdio runtime:pypi

Install PowerShell Terminal MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "powershell-terminal-mcp": {
      "command": "uvx",
      "args": [
        "powershell-terminal-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

PowerShell Terminal MCP in other clients