Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions documentation/static/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,28 @@
"endorsed": false,
"environmentVariables": []
},
{
"id": "ocultar-pii",
Comment thread
Edu963 marked this conversation as resolved.
"name": "Ocultar PII Refinery",
"description": "Zero-egress PII detection and redaction for AI workflows. Tokenizes personal data in-place before it reaches any upstream API — names, emails, IBANs, phone numbers, and more. No data leaves your infrastructure.",
"command": "uvx ocultar-goose-mcp",
"link": "https://github.com/Edu963/ocultar",
"installation_notes": "Install using uvx. Requires a running Ocultar instance (community or enterprise). Start with: docker compose -f docker-compose.community.yml up. Set OCULTAR_URL if your instance is not on localhost:8080.",
Comment thread
Edu963 marked this conversation as resolved.
Outdated
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "OCULTAR_URL",
"description": "URL of your Ocultar proxy instance (default: http://localhost:8080)",
"required": false
},
{
"name": "OCULTAR_API_KEY",
"description": "API key for authenticated Ocultar deployments (optional)",
"required": false
}
]
},
{
"id": "openmetadata",
"name": "OpenMetadata",
Expand Down