cli-mcp-server
by MladenSU
run_command
Allows command (CLI) execution in the directory: /app
Available commands: pwd, cat, echo, find, ls, grep Available flags: -l, -h, --help, -v, -a, -r
Note: Shell operators (&&, |, >, >>) are not supported.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Single command to execute (example: 'ls -l' or 'cat file.txt') |