We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trevorwelch/fathom-video-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""Fathom Video MCP Server - Access Fathom meeting recordings, summaries, and transcripts."""
__version__ = "0.1.0"
from fathom_video_mcp.server import mcp, list_meetings, get_summary, get_transcript
__all__ = ["mcp", "list_meetings", "get_summary", "get_transcript", "__version__"]