mcp-audio-rag
Verified Safeby matheusslg
Overview
Transforms audio files into a searchable knowledge base using AI for natural language querying, enabling users to ask questions about their audio content.
Installation
npx tsx /full/path/to/mcp-audio-rag/src/server.tsEnvironment Variables
- SUPABASE_URL
- SUPABASE_SERVICE_KEY
- GEMINI_API_KEY
Security Notes
The server explicitly checks for required environment variables, preventing hardcoded secrets. It uses Zod for input validation on tool arguments. SQL operations through Supabase are parameterized, mitigating SQL injection risks. The `ingest_audio` tool requires an absolute file path; while this implies local file system access, for an MCP server running in a trusted local environment, this is an expected pattern. There is no evidence of `eval` or other direct code execution vulnerabilities from user input.
Similar Servers
docs-mcp-server
The Documentation MCP Server indexes documentation from web sources, local files, and package registries, making it searchable via the Model Context Protocol (MCP) and providing semantic search capabilities to AI coding assistants.
apple-rag-mcp
Provides a comprehensive RAG (Retrieval-Augmented Generation) server for AI agents to search and retrieve content from Apple's developer documentation and WWDC transcripts.
flexible-graphrag
The Flexible GraphRAG MCP Server integrates document processing, knowledge graph building, hybrid search, and AI query capabilities via the Model Context Protocol (MCP) for clients like Claude Desktop and MCP Inspector.
qdrant-loader
A Model Context Protocol (MCP) server that provides advanced Retrieval-Augmented Generation (RAG) capabilities to AI development tools by bridging a QDrant knowledge base for intelligent, context-aware search.