mcp-shell-server
by tumf
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ALLOW_COMMANDS | No | Specifies which commands are allowed to be executed. Commands should be separated by commas with optional spaces around them. | |
ALLOWED_COMMANDS | No | Alias for ALLOW_COMMANDS. Specifies which commands are allowed to be executed. Commands should be separated by commas with optional spaces around them. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
shell_execute | Execute a shell command Allowed commands: touch, sudo apt-get update, ls, tar -xzf archive.tar.gz, rm -rf /tmp/someDir, mkdir |