Skip to main content
Glama
fastmcp-me

MCP Shell Server

by fastmcp-me

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALLOW_COMMANDSNoComma-separated list of allowed commands (e.g., 'ls,cat,echo')
ALLOWED_COMMANDSNoAlias for ALLOW_COMMANDS. Comma-separated list of allowed commands.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
shell_executeC

Execute a shell command Allowed commands: echo, cat, ls Allowed patterns:

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 1 tool

Disambiguation5/5

There is only one tool, so there is no possibility of confusion. The tool's purpose is clearly defined as executing shell commands with specific allowed commands.

Naming Consistency5/5

With a single tool, naming consistency is trivially maintained. The name 'shell_execute' follows a predictable pattern and clearly conveys its function.

Tool Count3/5

The single tool is borderline for a server named 'MCP Shell Server'. While the restricted command set makes it coherent, a full shell server would typically require more tools to handle different operations.

Completeness2/5

The tool only supports echo, cat, and ls, which is a very limited subset of shell capabilities. Missing common operations like file manipulation, process control, or piping leaves significant gaps for a tool claiming to be a shell server.

Maintenance

ActivityInactive
ResponsivenessNo issues