Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ€– Coding Agents
  3. MCP Shell Server
MCP Shell Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 8:16:38 PM

MCP Shell Server

User RatingsBe the first to rate and review this MCP server!
View Repository192 GitHub StarsTotal stargazers on GitHub for the source repository (192 stars).Visit Website
shellcode-executionsecuritydeveloper-tools

Runs allowlisted shell commands over MCP with argv execution, stdin, bounded output, timeouts, and audit logs.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "tumf-mcp-shell-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ€– More in Coding Agents

Overview

The tumf/mcp-shell-server MCP server exposes allowlisted shell command execution through the Model Context Protocol. It runs commands as argv arrays rather than shell strings, supports stdin, pipelines, contained redirection, working directories, timeouts, and output limits, and returns stdout, stderr, status, and execution time. Use it when an MCP client needs controlled local command execution, while applying an OS or container sandbox for untrusted clients or broad allowlists.

Use cases

β€’Run approved inspection commands from an MCP client
β€’Pass generated input to allowlisted command-line tools
β€’Search a selected working directory with bounded execution
β€’Capture command results and execution metadata for auditing

Key features

β€’Argv-based allowlisted command execution
β€’Stdin and structured output support
β€’Validated pipelines and contained redirection
β€’Timeout and output-size enforcement
β€’Minimal child environment
β€’Structured redacted audit logging

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Shell Server.

Extracted Tool Capabilities
Argv-based allowlisted command execution
Stdin and structured output support
Validated pipelines and contained redirection
Timeout and output-size enforcement
Minimal child environment
Structured redacted audit logging

How MCP Shell Server works

What tumf/mcp-shell-server MCP server does

The tumf/mcp-shell-server MCP server lets an MCP client request shell command execution against a configured allowlist. Commands are represented as argument arrays, which avoids interpreting a single shell command string. The response includes standard output, standard error, the process status, and execution time.

Requests can provide stdin, a working directory, and a timeout. If no directory is supplied, execution uses the working directory of the process that launched the server. Relative directories are resolved from that location, not from the MCP client’s current directory.

How it works

Allowed command names can be listed with ALLOW_COMMANDS or its ALLOWED_COMMANDS alias. ALLOW_PATTERNS accepts comma-separated regular expressions that match command names with full-match semantics. These settings control command names, not unrestricted argument-level behavior.

The server executes commands through subprocess argv handling. Pipelines validate each argv segment without invoking a shell. Input and output redirection using <, >, and >> is contained within the requested working directory. Server-side defaults enforce a timeout, a maximum timeout, and output byte limits.

Child processes receive a reduced environment rather than the complete environment of the server. POSIX launches include PATH by default; selected additional variables can be forwarded with MCP_SHELL_CHILD_ENV_ALLOWLIST. Audit events record execution results and metadata, while omitting raw output and redacting secret-like arguments and environment values.

Setup and configuration

The published package can be installed with pip install mcp-shell-server or launched with uvx mcp-shell-server. A typical launch sets an allowlist, for example ALLOW_COMMANDS="ls,cat,echo" uvx mcp-shell-server. The README also provides a Claude Desktop configuration using uvx and the mcp-shell-server package.

Configure only the commands the client needs. Pattern entries must describe command names and cannot contain whitespace or shell metacharacters. The child environment allowlist uses exact variable names, separated by commas.

Tools and capabilities

The tumf/mcp-shell-server MCP server supports:

  • Allowlisted command execution with argv arguments
  • Stdin input and structured stdout/stderr results
  • Optional working directories and execution timeouts
  • Validated pipelines and directory-contained redirection
  • Output-size limits and process termination on timeout or cap violations
  • Structured audit events for success, rejection, timeout, output-cap, and process-error outcomes
  • Minimal child environments with optional variable forwarding

Limitations and notes

Allowlisting a command name does not sandbox every feature of that program. The server rejects several known execution and escape patterns, including shell or interpreter launchers, selected find, awk, tar, git, sort, and wrapper-tool options, but describes this protection as defense in depth rather than a complete sandbox. For untrusted clients or broad command lists, run the server inside an OS or container sandbox with least-privilege filesystem and network access.

Audit logs contain metadata rather than command output. Secret-like names and values are redacted, and long non-numeric values may be represented by a short SHA-256 digest.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Coding Agents View all alternatives
  • Cli MCP Server logoCli MCP Server

    Command line interface with secure execution and customizable security policies

    πŸ€– Coding Agents3 views
    Compare vs Cli MCP Server β†’
  • MCP Shell logoMCP Shell

    Give hands to AI. MCP server to run shell commands securely, auditably, and on demand on isolated environments like docker.

    πŸ€– Coding Agents4 views
    Compare vs MCP Shell β†’
  • Developer logoDeveloper

    Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities

    πŸ€– Coding Agents1 views
    Compare vs Developer β†’
  • MCP Safe Local Python Executor logoMCP Safe Local Python Executor

    Safe Python interpreter based on HF Smolagents LocalPythonExecutor

    πŸ€– Coding Agents3 views
    Compare vs MCP Safe Local Python Executor β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
192
Stargazers on the source repository.
npm downloads
258
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Shell Server

Install the package with pip or run it with uvx: `pip install mcp-shell-server` or `uvx mcp-shell-server`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Shell Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tumf-mcp-shell-server?style=directory)](https://allmcps.com/mcp/tumf-mcp-shell-server)
HTML Embed
<a href="https://allmcps.com/mcp/tumf-mcp-shell-server"><img src="https://allmcps.com/api/badge/tumf-mcp-shell-server?style=directory" alt="MCP Shell Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ€–Coding Agents
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 8, 2026
10/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars192
GitHub Star CountTotal stargazers on GitHub representing community popularity (192 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 8, 2026
npm downloads258/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
51Quality signal: Good Β· 51/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity11/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev Β· @smithery/cli (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ€– Coding Agents β†’Best MCP servers for Coding Agents β†’Alternatives to MCP Shell Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code