mcp-terminal-skill

dotson3/mcp-terminal-skill
★ 0 stars HTML Code/Dev Tools Updated today
Safe MCP terminal server (allowlist). Tip: paypal.me/ddotson321
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-terminal-skill": {
      "command": "npx",
      "args": [
        "-y",
        "dotson3/mcp-terminal-skill"
      ]
    }
  }
}

README Excerpt

A minimal, **safe** MCP (Model Context Protocol) server that lets an AI agent run a small **allowlist** of read-only shell commands. No arbitrary shell. No writes. DesktopCommander-style MCP servers grant broad terminal access. This one grants *only* what you list — `ls`, `df`, `free`, `ps`, `ip`, `uptime`, `whoami`, `date`.