Ahk

40 tools. 22 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

22 can modify or destroy data
18 read-only
40 tools total

Community server · catalogue entry verified 11/06/2026

How to control Ahk ↓

Read (18) Write / Execute (21) Destructive / Financial (1)
Critical Risk

22 of Ahk's 40 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

PolicyLayer is an MCP gateway — it sits between your AI agents and Ahk, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "AHK_Analytics": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "AHK_Active_File": {
    "limits": [
      {
        "counter": "ahk_active_file_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "AHK_Analyze": {
    "limits": [
      {
        "counter": "ahk_analyze_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Ahk — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON AHK →

Free to start. No card required.

READ 18 tools
Read AHK_Analyze Ahk analyze Analyzes AutoHotkey v2 scripts and provides contextual information about functions, variables, cl Read AHK_Context_Injector Ahk context injector Analyzes user prompts and LLM thinking to automatically inject relevant AutoHotkey v2 doc Read AHK_Diagnostics Ahk diagnostics Validates AutoHotkey v2 code syntax and enforces coding standards with detailed error reportin Read AHK_Doc_Search Ahk doc search Full-text search across AutoHotkey v2 docs using FlexSearch (functions, variables, classes, met Read AHK_File_Detect Ahk auto file Automatically detect and set active AutoHotkey file from user text Read AHK_File_List List AHK files with optional name search. Use nameFilter with wildcards (e.g., Read AHK_File_Recent Ahk recent scripts List the most recent AutoHotkey scripts from configured directories. Supports overriding A_ Read AHK_File_View AHK_File_View Read AHK_Library_Info Get detailed information about a specific AutoHotkey library. Read AHK_Library_List List and search AutoHotkey libraries in the catalog. Read AHK_Lint Lint AHK v2 scripts. Levels: fast (syntax), standard (default, +structure), thorough (+semantics). Supports au Read AHK_Memory_Context Retrieve AutoHotkey v2 memory context for common issues, patterns, and best practices. These memories help ide Read AHK_Summary Ahk summary Returns a summary of built-in variables, classes, and coding standards for AutoHotkey v2. Read AHK_THQBY_Document_Symbols Document symbols via THQBY AutoHotkey v2 LSP (vscode-autohotkey2-lsp). Returns classes, methods, functions, va Read AHK_VSCode_Problems Ahk vscode problems Reads a VS Code Problems list (from file or provided JSON) and summarizes AutoHotkey LSP d Read fetch Fetch detailed AutoHotkey documentation for a specific item Read search Search AutoHotkey v2 documentation and code examples Read AHK_Prompts AHK Prompts Returns a set of built-in AHK v2 prompt templates for code generation and learning.

Other MCP servers with similar tools — same risk classification, starter policies for each.

Can an AI agent delete data through the Ahk MCP server? +

Yes. The Ahk server exposes 1 destructive tools including AHK_Analytics. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Ahk? +

The Ahk server has 10 write tools including AHK_Active_File, AHK_Alpha, AHK_Config. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Ahk.

How many tools does the Ahk MCP server expose? +

40 tools across 4 categories: Destructive, Execute, Read, Write. 18 are read-only. 22 can modify, create, or delete data.

How do I enforce a policy on Ahk? +

Register the Ahk MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Ahk tool call.

Deterministic rules across all 40 Ahk tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

40 Ahk tools catalogued and risk-classified — across an index of 42,500+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.