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
{
"mcpServers": {
"ahk": {
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": [
"C:\\path\\to\\ahk-mcp\\dist\\index.js"
],
"env": {
"NODE_ENV": "production",
"AHK_MCP_DATA_MODE": "full",
"AHK_MCP_LIGHT": "0",
"AHK_MCP_SCRIPT_DIR": "C:\\path\\to\\your\\ahk\\scripts"
},
"alwaysAllow": [
"AHK_File_Edit"
]
}
}
}