Tool to execute any (allowed) cmd in OS. This tool is PoC, just to check the tools.
./mcpsh --help
or
./mcpsh serve --cmds=ls --cmds="sh:run command in shell"
for ls
description will be taken from man ls
docker build -t mcpsh .
npx @modelcontextprotocol/inspector ./mcpsh
# OR
npx @modelcontextprotocol/inspector docker run --rm -i mcpsh --cmds ls,apt-get