Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIMEOUTNoScript execution timeout in seconds.30
ALLOWED_APPSNoComma-separated list of allowed applications (case-insensitive). Use '*' to allow all applications (default), or an empty string to block all.*
BLOCK_DANGEROUSNoEnable or disable dangerous pattern detection (e.g., shell scripts, system control, file system access).true

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
statusA

Returns the list of allowed apps and whether dangerous command blocking is enabled.

run_applescriptA

Execute AppleScript commands on macOS. Use 'tell application "AppName"' to control apps. Multi-line scripts supported. Returns plain text output, truncated to 10,000 chars for large results.

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/pietz/mcp-applescript'

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