Submit

Mcp Proxy For Pii Pseudo Anonymization

@gbrigandi

Server Config

{
  "mcpServers": {
    "conceal-database": {
      "command": "mcp-server-conceal",
      "args": [
        "--target-command",
        "python3",
        "--target-args",
        "database-server.py --host localhost",
        "--config",
        "/path/to/mcp-server-conceal.toml"
      ],
      "env": {
        "DATABASE_URL": "postgresql://localhost/mydb"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.