Pg Redact MCP
UnclaimedA PostgreSQL MCP server that automatically detects and redacts PII in query results before they reach AI agents.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (14)
column
string
configure_masking
Override masking rules at runtime (in-memory, not persisted).
describe_schema
List tables and columns with their types and PII detection status.
explain_query
Show the PostgreSQL execution plan for a query.
list_masking_rules
Show all active PII classifications and masking rules.
masking_style
string
params
dict
pii_type
string
query
Execute a SQL query with automatic PII redaction. Write queries (INSERT, UPDATE, DELETE) are blocked in read-only mode (default) and allowed when configured with readonly: false.
reveal_columns
list[string]
reveal_types
list[string]
show_pii
bool
sql
string
table
string