MCP Server
MCP
io.github.tim0-12432/HotkeylessAHK-mcp-skill
MCP server for Hotkeyless AHK HTTP API.
Install
npx -y @tim0_12432/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@tim0_12432/hotkeyless-ahk-mcp-server",
"version": "1.0.8",
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment