Skip to main content
Glama

Voice Mode

by mbailey
__init__.py•734 B
""" Voice Mode Exchanges Library A shared library for reading, parsing, and formatting voice mode exchange logs. Used by CLI commands, web browser, and MCP tools. """ from voice_mode.exchanges.models import Exchange, ExchangeMetadata, Conversation from voice_mode.exchanges.reader import ExchangeReader from voice_mode.exchanges.formatters import ExchangeFormatter from voice_mode.exchanges.filters import ExchangeFilter from voice_mode.exchanges.conversations import ConversationGrouper from voice_mode.exchanges.stats import ExchangeStats __all__ = [ 'Exchange', 'ExchangeMetadata', 'Conversation', 'ExchangeReader', 'ExchangeFormatter', 'ExchangeFilter', 'ConversationGrouper', 'ExchangeStats', ]

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/mbailey/voicemode'

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