Skip to content

Bash/Shell

Free

by Indie Developer

Execute shell commands safely with allow-lists and sandboxing.

v1.0.0Added Dec 18, 2024
bashshellcli
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y mcp-shell
Add to claude_desktop_config.json
{
  "mcpServers": {
    "bash/shell": {
      "command": "npx",
      "args": ["-y", "mcp-shell"]
    }
  }
}