mcp-shell

justinbukoski/mcp-shell
★ 0 stars Rust Code/Dev Tools Updated today
Rust MCP shell server for macOS with a shared local daemon, bounded command capture, and persistent background jobs.
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-shell": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-shell"
      ]
    }
  }
}

README Excerpt

A Rust MCP server for shell commands, file access, and persistent background jobs on macOS. A thin stdio adapter connects each MCP client to one private, per-user daemon. Detached jobs survive client disconnects and daemon restarts. Version **2.0.1** fixes the timeout, child-reaping, interactive-input, and

Tools (12)

MAC_SHELL_DEBUGMAC_SHELL_MAX_JOBSMAC_SHELL_MAX_WORKERSMAC_SHELL_STATE_HOMEjob_inputjob_killjob_listjob_statusread_filerun_commandrun_jobwrite_file