fathom-mcp
Verified Safeby matthewbergvinson
Overview
Integrates Fathom.video with AI coding assistants to access meeting transcripts, summaries, and action items via natural language queries.
Installation
node /path/to/fathom-mcp/dist/index.jsEnvironment Variables
- FATHOM_API_KEY
- FATHOM_OUTPUT_DIR
Security Notes
The server primarily interacts with the Fathom API and performs local file system operations for exports. API keys are handled via environment variables, not hardcoded. The use of `path.join` for file paths helps mitigate basic path traversal risks for exports. No 'eval' or malicious patterns were found. The primary security consideration is ensuring the `FATHOM_OUTPUT_DIR` environment variable is set to a safe and appropriate location on the user's local file system.
Similar Servers
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
context-engine
Provides an agent-agnostic local context engine via Model Context Protocol (MCP) for coding agents, enabling semantic search, planning, code review, and prompt enhancement with AI integration.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
finam-mcp
Integrate Finam Trade API with AI assistants for natural language trading operations via Model Context Protocol (MCP).