redaction for VS Code
one.secureai/redaction
Takes the people out of text before a model sees it, and puts them back in the reply.
client:VS Code
transport:streamable-http
Install redaction in VS Code
.vscode/mcp.json
{
"servers": {
"redaction": {
"type": "http",
"url": "https://secureai.one/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs