MCP-Server-Tool-Shell

m-doughty/MCP-Server-Tool-Shell
★ 0 stars Raku Code/Dev Tools Updated 6d ago
Allowlisted command-runner toolkit for MCP::Server, with capped output, streaming and 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-server-tool-shel": {
      "command": "npx",
      "args": [
        "-y",
        "m-doughty/MCP-Server-Tool-Shell"
      ]
    }
  }
}