Skip to content
Grok

mcp secret scrub for Grok

io.github.sudo-ai-git/mcp-secret-scrub

Deterministic no-LLM MCP server that scrubs secrets before they reach an agent. Never leaks values.

client:Grok transport:stdio runtime:pypi

Install mcp secret scrub in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-secret-scrub": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-secret-scrub"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp secret scrub in other clients