Back to Home
matheusslg icon

mcp-audio-rag

Verified Safe

by 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

Run Command
npx tsx /full/path/to/mcp-audio-rag/src/server.ts

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens15000
Stars0
Forks0
Last Update2025-12-02

Tags

Audio TranscriptionRAGSemantic SearchAIKnowledge Base