recordings

montebelle/recordings
★ 0 stars Python 🤖 AI/LLM Updated today
Fully local batch RAG over recordings + documents — MLX Whisper, LanceDB, hybrid retrieval (RRF k=60), FastAPI web UI, MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "recordings": {
      "command": "uvx",
      "args": [
        "recordings"
      ]
    }
  }
}

Or install with pip: pip install recordings

README Excerpt

Fully local RAG pipeline for transcribing, indexing, and searching meeting recordings, documents, and emails. All processing runs on-device — no data leaves your machine. **Upload files → Get a searchable AI assistant** - Drop in meeting recordings (.m4a), documents (PDF, DOCX, XLSX), or emails (.eml, .msg)

Tools (1)

section_index