Skip to content
Zed

pwsh exec mcp for Zed

io.github.jason26214/pwsh-exec-mcp

A minimal, transparent PowerShell 7 MCP for Windows — one tool: raw exit code, stdout, stderr.

client:Zed transport:stdio runtime:pypi

Install pwsh exec mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "pwsh-exec-mcp": {
      "command": "uvx",
      "args": [
        "pwsh-exec"
      ],
      "env": {
        "PWSH_EXEC_DEFAULT_DIR": "<PWSH_EXEC_DEFAULT_DIR>"
      }
    }
  }
}

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

pwsh exec mcp in other clients