Simple-Linux-MCP-Server

pth55/Simple-Linux-MCP-Server
★ 0 stars JavaScript Other Updated 11d ago
An MCP server.
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": {
    "simple-linux-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "pth55/Simple-Linux-MCP-Server"
      ]
    }
  }
}