Developer Tools
Trust: 32/100 (Limited)Shell Exec Guide
Execute bash commands with background job support.
4 starsby domdomegg
Quick Start
Install
npx shell-exec-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-domdomegg-shell-exec-mcp": {
"command": "npx",
"args": [
"shell-exec-mcp"
]
}
}
}