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
{
"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