Loading languages...
GA

gamunu/mcp-unix-shell

@gamunu

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

shell
command-execution
go
security
automation

# mcpServer Config

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

# stdio

mcp-unix-shell --allowed-commands=*
Transport:
stdio
Language:
Go
Created:4/9/2025
Updated:4/9/2025