What is the io.github.Edu963/ocultar-pii MCP server?
Zero-egress PII redaction for Claude. Runs locally — no data leaves your infrastructure.
How to install io.github.Edu963/ocultar-pii
Copy-paste configuration for popular MCP clients.
OCULTAR_URLURL of your locally running Ocultar Refinery
OCULTAR_API_KEYOcultar API key (leave blank if not configured)
OCULTAR_AUDITOR_TOKENEnables reveal_tokens tool. Must match OCU_AUDITOR_TOKEN on the server.
{
"mcpServers": {
"ocultar-pii": {
"command": "python",
"args": [
"ocultar-claude-mcp"
],
"env": {
"OCULTAR_URL": "<YOUR_OCULTAR_URL>",
"OCULTAR_API_KEY": "<YOUR_OCULTAR_API_KEY>",
"OCULTAR_AUDITOR_TOKEN": "<YOUR_OCULTAR_AUDITOR_TOKEN>"
}
}
}
}{
"mcpServers": {
"ocultar-pii": {
"command": "python",
"args": [
"ocultar-claude-mcp"
],
"env": {
"OCULTAR_URL": "<YOUR_OCULTAR_URL>",
"OCULTAR_API_KEY": "<YOUR_OCULTAR_API_KEY>",
"OCULTAR_AUDITOR_TOKEN": "<YOUR_OCULTAR_AUDITOR_TOKEN>"
}
}
}
}{
"mcpServers": {
"ocultar-pii": {
"command": "python",
"args": [
"ocultar-claude-mcp"
],
"env": {
"OCULTAR_URL": "<YOUR_OCULTAR_URL>",
"OCULTAR_API_KEY": "<YOUR_OCULTAR_API_KEY>",
"OCULTAR_AUDITOR_TOKEN": "<YOUR_OCULTAR_AUDITOR_TOKEN>"
}
}
}
}{
"servers": {
"ocultar-pii": {
"type": "stdio",
"command": "python",
"args": [
"ocultar-claude-mcp"
],
"env": {
"OCULTAR_URL": "<YOUR_OCULTAR_URL>",
"OCULTAR_API_KEY": "<YOUR_OCULTAR_API_KEY>",
"OCULTAR_AUDITOR_TOKEN": "<YOUR_OCULTAR_AUDITOR_TOKEN>"
}
}
}
}claude mcp add ocultar-pii --env OCULTAR_URL=<YOUR_OCULTAR_URL> --env OCULTAR_API_KEY=<YOUR_OCULTAR_API_KEY> --env OCULTAR_AUDITOR_TOKEN=<YOUR_OCULTAR_AUDITOR_TOKEN> -- python ocultar-claude-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.