MCP-CLI-Server

hotkid61/MCP-CLI-Server
★ 0 stars Unknown language Code/Dev Tools Updated 10d ago
MCP SLI Server for Local AI.
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-cli-server": {
      "command": "npx",
      "args": [
        "-y",
        "hotkid61/MCP-CLI-Server"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that allows Claude and other AI models to execute shell commands, manage files, and interact with your system through a safe, controlled interface. ✅ **Execute arbitrary shell commands** - Run npm install, git clone, etc. ✅ **Package installation** - Auto-detect apt, brew, npm, pip, pacman, yum