parental-control
by Gonzih
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMTP_HOST | No | SMTP server host | |
| SMTP_PASS | No | SMTP password | |
| SMTP_PORT | No | SMTP server port | 587 |
| SMTP_USER | No | SMTP username | |
| LOCAL_MODEL | No | Ollama model name for local LLM classification | llama3.2 |
| ANTHROPIC_API_KEY | No | API key for LLM second-pass classification (cloud) | |
| SMTP_PARENT_EMAIL | No | Parent's email address | |
| TWILIO_AUTH_TOKEN | No | Twilio auth token | |
| TELEGRAM_BOT_TOKEN | No | Telegram bot token from BotFather | |
| TWILIO_ACCOUNT_SID | No | Twilio account SID | |
| TWILIO_WHATSAPP_TO | No | Parent's WhatsApp number | |
| PARENTAL_CONTROL_DB | No | Database file path | ~/.parental-control/db.sqlite |
| NOTIFICATION_CHANNEL | No | One of: telegram, imessage, whatsapp, email | telegram |
| TWILIO_WHATSAPP_FROM | No | Twilio sandbox number | whatsapp:+14155238886 |
| IMESSAGE_PARENT_PHONE | No | Phone number for iMessage alerts | |
| SPIRAL_WINDOW_MESSAGES | No | Message history window for spiral detection | 20 |
| TELEGRAM_PARENT_CHAT_ID | No | Parent's Telegram chat ID | |
| APPROVAL_TIMEOUT_MINUTES | No | Auto-deny timeout for held messages | 30 |
| PARENTAL_CONTROL_CHILD_AGE | No | Child's age (sets default restrictions) | 14 |
| PARENTAL_CONTROL_CHILD_NAME | No | Child's display name in alerts | Child |
| PARENTAL_CONTROL_PROFILE_ID | No | Profile identifier | default |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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