Skip to main content
Glama

AHK_Debug_Agent

Start a TCP listener for AutoHotkey debugging, optionally proxy to debug adapters, and capture debug traffic for analysis.

Instructions

Ahk debug agent Starts a TCP listener for AutoHotkey /Debug and optionally proxies to a real debug adapter while capturing traffic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoControl action: start, stop, status, get_events, or scan (multi-port detection)status
listenHostNoHost to listen on for /Debug connections127.0.0.1
listenPortNoPort to listen on for /Debug connections (single-port mode)
listenPortsNoList of ports to listen on simultaneously (multi-port mode)
portRangeNoRange of ports to listen on (inclusive) when using multi-port or scan modes
scanTimeoutMsNoTimeout in milliseconds to wait for first connection in scan mode
forwardHostNoOptional upstream debug adapter host to forward to (proxy mode)
forwardPortNoOptional upstream debug adapter port to forward to (proxy mode)
maxEventsNoMax number of traffic events to keep in memory
eventLimitNoNumber of recent events to return when mode=get_events

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/TrueCrimeDev/ahk-mcp'

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