Cupertino
by mgcrea
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APPLE_MAIL_ROOT | No | Mail-specific configuration, see packages/mail/src/config.ts | |
| APPLE_MAIL_DEBUG | No | Verbose logging to stderr. Default: false | false |
| APPLE_NOTES_DEBUG | No | Verbose logging to stderr. Default: false | false |
| APPLE_SAFARI_DEBUG | No | Verbose logging to stderr. Default: false | false |
| APPLE_MAIL_ACCOUNTS | No | Account allowlist (names or UUIDs) — the read-side control. Default: all | all |
| APPLE_CALENDAR_DEBUG | No | Verbose logging to stderr. Default: false | false |
| APPLE_CONTACTS_DEBUG | No | Verbose logging to stderr. Default: false | false |
| APPLE_MESSAGES_DEBUG | No | Verbose logging to stderr. Default: false | false |
| APPLE_NOTES_ACCOUNTS | No | Account allowlist (names or UUIDs) — the read-side control. Default: all | all |
| APPLE_MAIL_INDEX_MODE | No | auto | ro | immutable | off. Default: auto | auto |
| APPLE_REMINDERS_DEBUG | No | Verbose logging to stderr. Default: false | false |
| APPLE_SAFARI_ACCOUNTS | No | Account allowlist (names or UUIDs) — the read-side control. Default: all | all |
| APPLE_MAIL_MAX_RESULTS | No | Cap on any listing. Default: 200 | 200 |
| APPLE_NOTES_INDEX_MODE | No | auto | ro | immutable | off. Default: auto | auto |
| APPLE_CALENDAR_ACCOUNTS | No | Account allowlist (names or UUIDs) — the read-side control. Default: all | all |
| APPLE_CALENDAR_WORKDAYS | No | Sets the working days (e.g. mon,tue,wed,thu,fri) for apple_calendar_find_availability | |
| APPLE_CONTACTS_ACCOUNTS | No | Account allowlist (names or UUIDs) — the read-side control. Default: all | all |
| APPLE_MAIL_ALLOW_WRITES | No | Register the mutating tools at all. Default: false | false |
| APPLE_MESSAGES_ACCOUNTS | No | Account allowlist (names or UUIDs) — the read-side control. Default: all | all |
| APPLE_NOTES_MAX_RESULTS | No | Cap on any listing. Default: 200 | 200 |
| APPLE_SAFARI_INDEX_MODE | No | auto | ro | immutable | off. Default: auto | auto |
| APPLE_MAIL_BODY_SCAN_MAX | No | Mail-specific configuration, see packages/mail/src/config.ts | |
| APPLE_NOTES_ALLOW_WRITES | No | Register the mutating tools at all. Default: false | false |
| APPLE_REMINDERS_ACCOUNTS | No | Account allowlist (names or UUIDs) — the read-side control. Default: all | all |
| APPLE_SAFARI_MAX_RESULTS | No | Cap on any listing. Default: 200 | 200 |
| APPLE_CALENDAR_INDEX_MODE | No | auto | ro | immutable | off. Default: auto | auto |
| APPLE_CONTACTS_INDEX_MODE | No | auto | ro | immutable | off. Default: auto | auto |
| APPLE_MAIL_ATTACHMENT_DIR | No | The only directory attachments may be written into. Default: ~/Downloads | ~/Downloads |
| APPLE_MAIL_BODY_MAX_BYTES | No | Mail-specific configuration, see packages/mail/src/config.ts | |
| APPLE_MAIL_ENVELOPE_INDEX | No | Mail-specific configuration, see packages/mail/src/config.ts | |
| APPLE_MAIL_EXPOSE_PROMPTS | No | Register the workflow prompts and cupertino:// resources. Default: true | true |
| APPLE_MESSAGES_INDEX_MODE | No | auto | ro | immutable | off. Default: auto | auto |
| APPLE_SAFARI_ALLOW_WRITES | No | Register the mutating tools at all. Default: false | false |
| APPLE_CALENDAR_MAX_RESULTS | No | Cap on any listing. Default: 200 | 200 |
| APPLE_CALENDAR_WORKDAY_END | No | Sets the working day end for apple_calendar_find_availability when no hours are named | |
| APPLE_CONTACTS_MAX_RESULTS | No | Cap on any listing. Default: 200 | 200 |
| APPLE_MAIL_BODY_SCAN_BYTES | No | Mail-specific configuration, see packages/mail/src/config.ts | |
| APPLE_MESSAGES_MAX_RESULTS | No | Cap on any listing. Default: 200 | 200 |
| APPLE_NOTES_ATTACHMENT_DIR | No | The only directory attachments may be written into. Default: ~/Downloads | ~/Downloads |
| APPLE_NOTES_EXPOSE_PROMPTS | No | Register the workflow prompts and cupertino:// resources. Default: true | true |
| APPLE_REMINDERS_INDEX_MODE | No | auto | ro | immutable | off. Default: auto | auto |
| APPLE_CALENDAR_ALLOW_WRITES | No | Register the mutating tools at all. Default: false | false |
| APPLE_CONTACTS_ALLOW_WRITES | No | Register the mutating tools at all. Default: false | false |
| APPLE_MESSAGES_ALLOW_WRITES | No | Register the mutating tools at all. Default: false | false |
| APPLE_REMINDERS_MAX_RESULTS | No | Cap on any listing. Default: 200 | 200 |
| APPLE_SAFARI_ATTACHMENT_DIR | No | The only directory attachments may be written into. Default: ~/Downloads | ~/Downloads |
| APPLE_SAFARI_EXPOSE_PROMPTS | No | Register the workflow prompts and cupertino:// resources. Default: true | true |
| APPLE_CALENDAR_WORKDAY_START | No | Sets the working day start for apple_calendar_find_availability when no hours are named | |
| APPLE_REMINDERS_ALLOW_WRITES | No | Register the mutating tools at all. Default: false | false |
| APPLE_CALENDAR_ATTACHMENT_DIR | No | The only directory attachments may be written into. Default: ~/Downloads | ~/Downloads |
| APPLE_CALENDAR_EXPOSE_PROMPTS | No | Register the workflow prompts and cupertino:// resources. Default: true | true |
| APPLE_CONTACTS_ATTACHMENT_DIR | No | The only directory attachments may be written into. Default: ~/Downloads | ~/Downloads |
| APPLE_CONTACTS_EXPOSE_PROMPTS | No | Register the workflow prompts and cupertino:// resources. Default: true | true |
| APPLE_MESSAGES_ATTACHMENT_DIR | No | The only directory attachments may be written into. Default: ~/Downloads | ~/Downloads |
| APPLE_MESSAGES_EXPOSE_PROMPTS | No | Register the workflow prompts and cupertino:// resources. Default: true | true |
| APPLE_REMINDERS_ATTACHMENT_DIR | No | The only directory attachments may be written into. Default: ~/Downloads | ~/Downloads |
| APPLE_REMINDERS_EXPOSE_PROMPTS | No | Register the workflow prompts and cupertino:// resources. Default: true | true |
| APPLE_MAIL_MAILBOX_CACHE_TTL_MS | No | Mail-specific configuration, see packages/mail/src/config.ts | |
| APPLE_MAIL_OSASCRIPT_TIMEOUT_MS | No | Per-Apple-Events-call timeout. Default: 30000 | 30000 |
| APPLE_MAIL_DEGRADED_MAX_MESSAGES | No | Mail-specific configuration, see packages/mail/src/config.ts | |
| APPLE_NOTES_OSASCRIPT_TIMEOUT_MS | No | Per-Apple-Events-call timeout. Default: 30000 | 30000 |
| APPLE_SAFARI_OSASCRIPT_TIMEOUT_MS | No | Per-Apple-Events-call timeout. Default: 30000 | 30000 |
| APPLE_CALENDAR_OSASCRIPT_TIMEOUT_MS | No | Per-Apple-Events-call timeout. Default: 30000 | 30000 |
| APPLE_CONTACTS_OSASCRIPT_TIMEOUT_MS | No | Per-Apple-Events-call timeout. Default: 30000 | 30000 |
| APPLE_MESSAGES_OSASCRIPT_TIMEOUT_MS | No | Per-Apple-Events-call timeout. Default: 30000 | 30000 |
| APPLE_REMINDERS_OSASCRIPT_TIMEOUT_MS | No | Per-Apple-Events-call timeout. Default: 30000 | 30000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/mgcrea/cupertino'
If you have feedback or need assistance with the MCP directory API, please join our Discord server