Skip to main content
Glama

Voice Recognition MCP Service

by yangsenessa
build_exec.sh715 B
#!/bin/bash # Install required packages with specific version pip install "pyinstaller>=5.13.0,<6.0.0" # Parse command line arguments MODE="stdio" if [ "$1" == "mcp" ]; then MODE="mcp" fi # Run build script python build.py $MODE # Check if build was successful if [ "$MODE" == "stdio" ]; then if [ -f "dist/voice_stdio" ]; then echo "Build successful! stdio mode executable created at dist/voice_stdio" else echo "Build failed! Please check the error messages above." fi else if [ -f "dist/voice_mcp" ]; then echo "Build successful! MCP mode executable created at dist/voice_mcp" else echo "Build failed! Please check the error messages above." fi fi

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yangsenessa/mcp_voice_identify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server