mcp-secret-scrub

sudo-ai-git/mcp-secret-scrub
★ 0 stars Python AI/LLM Updated 1d ago
Deterministic no-LLM MCP server that scrubs secrets from text/logs before agent context. Redact/mask/hash, never leaks the value.
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-secret-scrub": {
      "command": "uvx",
      "args": [
        "mcp-secret-scrub"
      ]
    }
  }
}

Or install with pip: pip install mcp-secret-scrub

README Excerpt

> `mcp-name: io.github.sudo-ai-git/mcp-secret-scrub` **Deterministic, no-LLM MCP server that scrubs secrets from text, logs, and transcripts before they enter agent context — and never leaks the value.** No LLM. No network. Pure structural detection. MIT. Crown-jewel-free. --- Before you hand raw text to an agent (or store it, or pass it to a tool), you

Topics

ai-safetydeterministicllm-agentsmcpmcp-serverredactionsecretssecuritysupply-chain