Skip to main content
Glama
SeanFDZ

AgentBridge

by SeanFDZ

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
classic_mac_list_targetsA

List all Classic Mac targets in the fleet with their current status, including architecture, OS version, and whether AgentBridge is alive.

classic_mac_pingB

Ping a Classic Mac target to check if AgentBridge is responding.

classic_mac_heartbeatA

Read the heartbeat status of a Classic Mac target. Returns uptime, front app, free memory, and whether the bridge is alive.

classic_mac_list_windowsA

List all visible windows on a Classic Mac target. Returns window title, owning application, screen bounds, and layer order. Requires AgentBridge.

classic_mac_list_processesA

List running applications on a Classic Mac target. Returns app name, creator code, PID, and memory partition. Requires AgentBridge.

classic_mac_list_menusB

List the menu bar contents for the frontmost application. Returns menu titles. Requires AgentBridge.

classic_mac_get_menu_itemsA

Get all items in a specific menu, including enabled/disabled state and keyboard shortcuts. Requires AgentBridge.

classic_mac_get_front_windowA

Get detailed info about the frontmost window: title, app, bounds. Requires AgentBridge.

classic_mac_get_volumesA

List mounted volumes (disks) with free and total space. Requires AgentBridge.

classic_mac_list_folderB

List contents of a folder on the Classic Mac. Returns file names, types, creator codes, and sizes. Path uses ':' as separator (e.g. 'Macintosh HD:Documents'). Requires AgentBridge.

classic_mac_get_aboutA

Get system information about a Classic Mac target: OS version, machine type, RAM, free memory, AgentBridge uptime. Requires AgentBridge.

classic_mac_get_clipboardC

Read the clipboard (scrap) contents as text. Requires AgentBridge.

classic_mac_set_clipboardA

Set the clipboard (scrap) to the given text. Useful for pasting content into Classic Mac applications. Requires AgentBridge.

classic_mac_clickB

Click at screen coordinates on a Classic Mac target. Coordinates are relative to the Mac's screen.

classic_mac_mouse_moveB

Move the cursor to screen coordinates without clicking.

classic_mac_mouse_dragB

Click and drag from one point to another.

classic_mac_type_textB

Type text on a Classic Mac target. Characters are typed one by one. Make sure the correct text field or application is focused first.

classic_mac_key_pressA

Press a key with optional modifiers. Use for keyboard shortcuts (e.g. Cmd+S to save) and special keys (return, escape, arrows).

classic_mac_menu_selectB

Select a menu item by menu title and item name (e.g. menu='File', item='Save As...'). Requires AgentBridge.

classic_mac_launch_appA

Launch an application on the Classic Mac by path or creator code. Creator codes are 4-character identifiers (e.g. 'ttxt' for SimpleText, 'WILD' for HyperCard). Requires AgentBridge.

classic_mac_activate_appA

Bring a running application to the front. Requires AgentBridge.

classic_mac_quit_appB

Quit a running application by name. Requires AgentBridge.

classic_mac_send_appleeventC

Send a generic Apple Event to an application. TARGET is app name or creator code, EVENT is the event type (e.g. 'oapp'). Requires AgentBridge.

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/SeanFDZ/agentbridge'

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