We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quinny1187/maid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_voice_input.bat•309 B
@echo off
echo ========================================
echo Test Speech Recognition
echo ========================================
echo.
echo This will test if your microphone and speech recognition work
echo without sending anything to Claude.
echo.
cd voice\incoming
python test_recognition.py
cd ..\..