Back to directory
gamunu/mcp-unix-shell

gamunu/mcp-unix-shell

@gamunu1

A Go server implementing Model Context Protocol (MCP) to execute shell commands with safety features like command allowlisting.

shellcommand-executiongosecurityautomationtool

Installation & Configuration

{
  "mcpServers": {
    "shell": {
      "command": "mcp-unix-shell",
      "args": [
        "--allowed-commands=ls,cat,echo,find"
      ]
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2025/4/9
Updated
2026/6/7