mcp-shell-server

by tumf

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALLOW_COMMANDSNoSpecifies which commands are allowed to be executed. Commands should be separated by commas with optional spaces around them.
ALLOWED_COMMANDSNoAlias 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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
shell_executeExecute a shell command Allowed commands: touch, sudo apt-get update, ls, tar -xzf archive.tar.gz, rm -rf /tmp/someDir, mkdir