Skip to content
VS Code

redact for VS Code

com.eleyed/redact

Redact PII from text before it reaches a model. Nothing stored, no third-party AI.

client:VS Code transport:streamable-http

Install redact in VS Code

.vscode/mcp.json

{
  "servers": {
    "redact": {
      "type": "http",
      "url": "https://eleyed.com/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

redact in other clients