mcp-shell-server

AcE77505/mcp-shell-server
★ 1 stars C++ Code/Dev Tools Updated today
ARM64 静态 零依赖 MCP Shell 服务器
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "AcE77505/mcp-shell-server"
      ]
    }
  }
}