Skip to main content
Glama

CentralMind/Gateway

config.go596 B
package piiremover // Config represents PII removal configuration type Config struct { // Fields specifies which fields should be checked for PII // Can use wildcards, e.g., "user.*" or "*_email" Fields []string `yaml:"fields"` // Replacement is the string to use instead of PII values // Default: "[REDACTED]" Replacement string `yaml:"replacement"` // DetectionRules defines custom regex patterns for PII detection DetectionRules map[string]string `yaml:"detection_rules"` } func (c Config) Tag() string { return "pii_remover" } func (c Config) Doc() string { return docString }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/centralmind/gateway'

If you have feedback or need assistance with the MCP directory API, please join our Discord server