Skip to main content
Glama
Gonzih
by Gonzih

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMTP_HOSTNoSMTP server host
SMTP_PASSNoSMTP password
SMTP_PORTNoSMTP server port587
SMTP_USERNoSMTP username
LOCAL_MODELNoOllama model name for local LLM classificationllama3.2
ANTHROPIC_API_KEYNoAPI key for LLM second-pass classification (cloud)
SMTP_PARENT_EMAILNoParent's email address
TWILIO_AUTH_TOKENNoTwilio auth token
TELEGRAM_BOT_TOKENNoTelegram bot token from BotFather
TWILIO_ACCOUNT_SIDNoTwilio account SID
TWILIO_WHATSAPP_TONoParent's WhatsApp number
PARENTAL_CONTROL_DBNoDatabase file path~/.parental-control/db.sqlite
NOTIFICATION_CHANNELNoOne of: telegram, imessage, whatsapp, emailtelegram
TWILIO_WHATSAPP_FROMNoTwilio sandbox numberwhatsapp:+14155238886
IMESSAGE_PARENT_PHONENoPhone number for iMessage alerts
SPIRAL_WINDOW_MESSAGESNoMessage history window for spiral detection20
TELEGRAM_PARENT_CHAT_IDNoParent's Telegram chat ID
APPROVAL_TIMEOUT_MINUTESNoAuto-deny timeout for held messages30
PARENTAL_CONTROL_CHILD_AGENoChild's age (sets default restrictions)14
PARENTAL_CONTROL_CHILD_NAMENoChild's display name in alertsChild
PARENTAL_CONTROL_PROFILE_IDNoProfile identifierdefault

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_messageA

Classify a message for safety before it reaches or comes from the child. Returns classification result with decision (allow/notify/block/hold_for_approval).

log_interactionA

Log an interaction to the conversation history for pattern analysis.

resolve_approvalB

Approve or deny a held message. Called by parent (or via bot command).

list_pendingA

List all messages currently held for parent approval.

update_profileA

Update child profile settings (age, restrictions, notification channel).

get_risk_summaryC

Get a conversation risk summary and spiral detection score for a child profile.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Gonzih/parental-control'

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