Sovr MCP Proxy adds safety layer to prevent LLM destructive commands

What it is
Sovr MCP Proxy is a safety layer that intercepts commands before execution to prevent LLMs from running destructive operations on your system. The developer created it after a local model nearly executed rm -rf on their home folder while "organizing files."
Blocked patterns
rm -rf/rmdir/ destructive file operationsDROP TABLE/DELETE FROM(SQL commands)curl | sh/wget | bash(piped execution patterns)chmod 777/ risky sudo usage
Compatibility
The proxy works with Claude Code and any MCP-compatible client. The developer mentions planning Ollama integration next.
Setup
Configuration uses this MCP setup:
{
"sovr-gate": {
"command": "npx",
"args": ["sovr-mcp-proxy"]
}
}Technical details
The tool is available as an npm package at https://www.npmjs.com/package/sovr-mcp-proxy under the BSL-1.1 license. It functions as an MCP proxy that sits between the LLM and command execution.
📖 Read the full source: r/ClaudeAI
👀 See Also

CONTACT: 3D Naval Combat Game Built Entirely with Claude Code
CONTACT is a 3D naval combat game built entirely with Claude Code + Opus, featuring a 7×7×7 volumetric cube, credit economy with tactical perks, and three game modes including Human vs Claude and Sonnet vs Sonnet with persistent strategic memory.

Context-Kit: Open Source Tool for AI Assistant Configuration
Context-kit is a free tool that generates configuration files and skill documentation for AI coding assistants. It supports Claude Code, Cursor, Windsurf, GitHub Copilot, and Gemini CLI.

ClawMetry adds remote monitoring with E2E encryption for OpenClaw agents
ClawMetry v0.1.0 now includes cloud sync for remote monitoring of OpenClaw agents from any browser or Mac menu bar app, with end-to-end encryption that keeps data encrypted until it reaches your client.

Agents Elements: A macOS Dashboard for Claude Code & Codex Installations
A native SwiftUI macOS app that scans ~/.claude and ~/.codex to show installed skills, subagents, commands, plugins, MCP servers, hooks, and session status with token usage.