Shell Exec for Windsurf
io.github.domdomegg/shell-exec-mcp
Execute bash commands with background job support.
client:Windsurf
transport:stdio
runtime:npm
Install Shell Exec in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"shell-exec-mcp": {
"command": "npx",
"args": [
"-y",
"shell-exec-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs