pwsh exec mcp for Windsurf
io.github.jason26214/pwsh-exec-mcp
A minimal, transparent PowerShell 7 MCP for Windows — one tool: raw exit code, stdout, stderr.
client:Windsurf
transport:stdio
runtime:pypi
Install pwsh exec mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pwsh-exec-mcp": {
"command": "uvx",
"args": [
"pwsh-exec"
],
"env": {
"PWSH_EXEC_DEFAULT_DIR": "<PWSH_EXEC_DEFAULT_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs