silverstein/minutes
Rust-based tool that captures meetings and voice memos as searchable markdown files, exposing them via MCP tools for AI coding assistants.

The repository provides a local conversation memory layer for AI agents. It captures meetings, voice memos, and dictations, transcribes audio using Whisper, and writes everything as plain markdown to ~/meetings/. It exposes MCP server tools allowing AI coding assistants (Claude Code, Codex, Gemini CLI, Cursor, OpenCode, Pi) to query past conversations, decisions, and commitments made by the user. The system prioritizes privacy by storing all data locally with no API key or vendor dependency.