Bash/Shell
Freeby Indie Developer
Execute shell commands safely with allow-lists and sandboxing.
v1.0.0Added Dec 18, 2024
bashshellcli
Bash/Shell MCP Server
Execute shell commands safely with allow-lists and sandboxing.
Features
- Command execution
- Script running
- Environment vars
- Output capture
- Sandboxing
Installation
{
"mcpServers": {
"bash-shell": {
"command": "npx",
"args": ["-y", "mcp-shell"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-shell
Add to claude_desktop_config.json
{
"mcpServers": {
"bash/shell": {
"command": "npx",
"args": ["-y", "mcp-shell"]
}
}
}