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
index.js•298 B
// Main voice module - Handles both incoming (speech-to-text) and outgoing (text-to-speech)
// Export outgoing voice (Mimi's voice)
export * from './outgoing/index.js';
// Note: Incoming voice (speech recognition) is in Python
// Use the speechListener.py module for speech-to-text functionality