MCP Shell Server
by mako10k
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (e.g., debug, info, warn, error). | |
| EXECUTOR_URL | No | URL for remote executor. | |
| BACKOFFICE_PORT | No | Port for backoffice server. | |
| EXECUTION_BACKEND | No | Execution backend type. | |
| BACKOFFICE_ENABLED | No | Backoffice server enabled flag. | |
| MCP_DISABLED_TOOLS | No | Comma-separated list of tool names to disable. | |
| MCP_SHELL_ELICITATION | No | Enable user intent elicitation for complex scenarios (for enhanced modes). | |
| MCP_SHELL_LLM_API_KEY | No | API key for LLM-based safety evaluation (optional, falls back to MCP sampling). | |
| MCP_SHELL_LLM_TIMEOUT | No | Timeout for LLM evaluation in seconds (default: 30). | 30 |
| MCP_SHELL_MAX_MEMORY_MB | No | Default maximum memory usage in MB. | |
| MCP_SHELL_SECURITY_MODE | No | Set the default security mode (permissive, restrictive, enhanced, enhanced-fast, or custom). | |
| MCP_SHELL_DEFAULT_WORKDIR | No | Set the default working directory for all command executions. | |
| MCP_SHELL_ALLOWED_WORKDIRS | No | Comma-separated list of allowed working directories. | |
| MCP_SHELL_MAX_EXECUTION_TIME | No | Default maximum execution time in seconds. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mako10k/mcp-shell-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server