Skip to content
Zed

powershell mcp for Zed

io.github.imrrd/powershell-mcp

Headless Windows ops over MCP: hidden PowerShell plus in-process SSH, WinRM and SFTP.

client:Zed transport:stdio runtime:npm

Install powershell mcp in Zed

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

{
  "context_servers": {
    "powershell-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@imrrd/powershell-mcp"
      ]
    }
  }
}

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

powershell mcp in other clients