From f10aa131a7b8dba9eefa990b1e16246d4545453c Mon Sep 17 00:00:00 2001 From: Vladimir Rotariu Date: Sat, 25 Jul 2026 02:40:12 -0600 Subject: [PATCH] Add SysKnife to Tools & Utilities Security-hardened MCP server for Linux system administration: the agent emits 189 typed actions instead of shell strings, a privileged daemon executes only approved actions via one-time TTL receipts, every action is written to an Ed25519-signed hash-chain audit log, with automatic rollback on atomic hosts. Works with Claude Code, Cursor, and Codex CLI. Rust, MIT. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2db069a..cd487dd 100644 --- a/README.md +++ b/README.md @@ -557,6 +557,7 @@ June 14, 2026 - [**cc-monitor-worker**](https://github.com/cometkim/cc-monitor-worker) - (21 ⭐) - Claude Code monitoring with Cloudflare Workers & Workers Analytics Engine. - [**shotgun-alpha**](https://github.com/shotgun-sh/shotgun-alpha) - (3 ⭐) - Codebase-aware spec engine for Cursor, Claude Code & Lovable. - [**conductor**](https://conductor.build/) - (0 ⭐) - Run a bunch of Claude Codes in parallel. +- [**SysKnife**](https://github.com/lacs-project/sysknife) - Security-hardened MCP server for Linux system administration. The agent emits 189 typed actions instead of shell strings, with an Ed25519-signed hash-chain audit log, one-time approval receipts, and automatic rollback. Works with Claude Code, Cursor, and Codex. ---