Serversio.github.tim0-12432/HotkeylessAHK-mcp-skill
S

io.github.tim0-12432/HotkeylessAHK-mcp-skill

io.github.tim0-12432/HotkeylessAHK-mcp-skill · v1.0.3
▦ npm
v1.0.3npm npm: @tim0_12432/hotkeyless-ahk-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.tim0-12432/HotkeylessAHK-mcp-skill",
  "description": "MCP server for Hotkeyless AHK HTTP API.",
  "repository": {
    "url": "https://github.com/tim0-12432/HotkeylessAHK-mcp-skill",
    "source": "github"
  },
  "version": "1.0.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tim0_12432/hotkeyless-ahk-mcp-server",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "The base URL of the Hotkeyless AHK HTTP server.",
          "format": "string",
          "name": "BASE_URL"
        },
        {
          "description": "The timeout in milliseconds for requests to the server.",
          "format": "number",
          "name": "TIMEOUT_MS"
        },
        {
          "description": "A comma-separated list of blacklisted commands.",
          "format": "string",
          "name": "BLACKLIST"
        },
        {
          "description": "The time-to-live in milliseconds for cached responses.",
          "format": "number",
          "name": "CACHE_TTL_MS"
        },
        {
          "description": "The default endpoint path for listing commands.",
          "format": "string",
          "name": "ENDPOINT_LIST"
        },
        {
          "description": "The default endpoint path for triggering commands.",
          "format": "string",
          "name": "ENDPOINT_TRIGGER"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}