linux-mcp-server-nix

BrianAdams/linux-mcp-server-nix
★ 0 stars Shell Other Updated today
Nix flake packaging linux-mcp-server — a read-only MCP server for Linux diagnostics, local or over SSH (WIP)
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": {
    "linux-mcp-server-nix": {
      "command": "npx",
      "args": [
        "-y",
        "BrianAdams/linux-mcp-server-nix"
      ]
    }
  }
}