shell-command-mcp
28
Shell-command-mcp is an MCP server that executes shell commands. It can be configured using JSON to specify allowed commands, making it flexible for secure command execution.
What is the purpose of the shell-command-mcp?
The shell-command-mcp is designed to execute shell commands in a controlled and secure manner using the Model Context Protocol.
How can I configure the server to allow specific commands?
You can use the ALLOWED_COMMANDS environment variable to specify which commands are allowed, separating each command with a comma.
Is it safe to use the '*' wildcard in ALLOWED_COMMANDS?
Using '*' allows any command to be executed, which can be dangerous. It is recommended to specify only the necessary commands for security reasons.
Can I integrate shell-command-mcp with other platforms?
Yes, it can be integrated with platforms like ChatWise, which supports MCP, to enhance its functionality.
What is the license for shell-command-mcp?
The shell-command-mcp is licensed under the MIT License.