Loading languages...
MC

mcp-shell-server

@tumf113

A secure shell command execution server implementing the Model Context Protocol (MCP). This server allows remote execution of whitelisted shell commands with support for stdin input.

shell
command execution
mcp server

# mcpServer Config

{
  "mcpServers": {
    "shell": {
      "command": "uvx",
      "args": [
        "mcp-shell-server"
      ],
      "env": {
        "ALLOW_COMMANDS": "ls,cat,pwd,grep,wc,touch,find"
      }
    }
  }
}

# stdio

uvx mcp-shell-server
Transport:
stdio
ภาษา:
python
สร้างเมื่อ:12/10/2024
อัปเดตเมื่อ:7/23/2025