Commands
JSON →An MCP server to run arbitrary commands on the local machine.
Install
npx mcp-server-commands Tools · 1
- run_process Run a command, i.e. `hostname` or `ls -al` or `echo "hello world"` etc. Returns STDOUT and STDERR as text. Optional stdin parameter allows passing scripts over STDIN to commands like fish, bash, zsh, python, or creating files with cat.
Links
★ 225 GitHub stars