Shell Exec for Zed
io.github.domdomegg/shell-exec-mcp
Execute bash commands with background job support.
client:Zed
transport:stdio
runtime:npm
Install Shell Exec in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"shell-exec-mcp": {
"command": "npx",
"args": [
"-y",
"shell-exec-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs