Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Meeting Chief Lite

БесплатноНе проверен

Automatically synchronizes meeting transcripts from Otter.ai to a local SQLite database for easy browsing and management. It enables semantic and keyword-based

GitHubEmbed

Описание

Automatically synchronizes meeting transcripts from Otter.ai to a local SQLite database for easy browsing and management. It enables semantic and keyword-based search across meeting history through integrated MCP tools for Claude and Cursor.

README

Minimal meeting transcript sync and search MCP. Downloads meetings from Otter.ai, stores them in SQLite, and provides semantic search via MCP tools.

Features

  • Otter.ai Sync: Download meeting transcripts automatically
  • Semantic Search: Find relevant transcript chunks using embeddings
  • Keyword Search: Fallback for exact text matching
  • MCP Tools: 3 focused tools for Claude/Cursor integration

Tools

Tool Description
meetings List, get, and browse meeting transcripts
search Semantic and keyword search across transcripts
status System health, sync status, and management

Quick Start

1. Configure Environment

cp .env.example .env
# Edit .env with your credentials:
# - OTTER_EMAIL
# - OTTER_PASSWORD
# - OPENROUTER_API_KEY

2. Run with Docker

# Build and run
docker compose up -d

# Or run directly
docker run -it \
  -e [email protected] \
  -e OTTER_PASSWORD=yourpassword \
  -e OPENROUTER_API_KEY=sk-or-v1-xxx \
  -v meeting-chief-data:/data \
  ghcr.io/smcdonnell7/meeting-chief-lite

3. Configure MCP Client

Cursor (~/.cursor/mcp.json):

{
  "mcpServers": {
    "meeting-chief-lite": {
      "command": "docker",
      "args": ["run", "-i", "--rm",
        "-e", "OTTER_EMAIL",
        "-e", "OTTER_PASSWORD", 
        "-e", "OPENROUTER_API_KEY",
        "-v", "meeting-chief-data:/data",
        "ghcr.io/smcdonnell7/meeting-chief-lite"
      ]
    }
  }
}

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "meeting-chief-lite": {
      "command": "docker",
      "args": ["run", "-i", "--rm",
        "-e", "[email protected]",
        "-e", "OTTER_PASSWORD=yourpassword",
        "-e", "OPENROUTER_API_KEY=sk-or-v1-xxx",
        "-v", "meeting-chief-data:/data",
        "ghcr.io/smcdonnell7/meeting-chief-lite"
      ]
    }
  }
}

Usage Examples

# List recent meetings
meetings operation:list limit:10

# Get specific meeting
meetings operation:get id:meeting_123

# Search transcripts
search query:"API migration" mode:semantic

# Search with date filter
search query:"budget" after:2026-01-01

# Check system status
status operation:health

# Sync from Otter.ai
status operation:run_sync sync_days:30

# Generate embeddings for new meetings
status operation:generate_embeddings

Database

SQLite database with 7 tables:

  • meetings - Meeting metadata and transcripts
  • transcript_chunks - Parsed transcript segments
  • transcript_vectors - Embeddings for semantic search
  • embedding_jobs - Embedding generation queue
  • sync_runs - Sync audit log
  • speakers - People roster
  • app_settings - Configuration

Development

# Install dependencies
npm install

# Build
npm run build

# Run locally
npm start

License

MIT

from github.com/smcdonnell7/meeting-chief-lite

Установка Meeting Chief Lite

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/smcdonnell7/meeting-chief-lite

FAQ

Meeting Chief Lite MCP бесплатный?

Да, Meeting Chief Lite MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Meeting Chief Lite?

Нет, Meeting Chief Lite работает без API-ключей и переменных окружения.

Meeting Chief Lite — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Meeting Chief Lite в Claude Desktop, Claude Code или Cursor?

Открой Meeting Chief Lite на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

wenb1n-dev/SmartDB_MCP

A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim

wenb1n-devавтор: wenb1n-dev

Postgres Server

This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools

madhurprashавтор: madhurprash

Postgres

Query your database in natural language

Anthropicавтор: Anthropic

PostgreSQL

Read-only database access with schema inspection.

modelcontextprotocolавтор: modelcontextprotocol

Redis

Interact with Redis key-value stores.

modelcontextprotocolавтор: modelcontextprotocol

SQLite

Database interaction and business intelligence capabilities.

modelcontextprotocolавтор: modelcontextprotocol

mxcp

Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.

raw-labsавтор: raw-labs

tadas-github/a2asearch-mcp

MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access

tadas-githubавтор: tadas-github

julien040/anyquery

Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi

julien040автор: julien040

drakonkat/wizzy-mcp-tmdb

A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.

drakonkatавтор: drakonkat

Compare Meeting Chief Lite with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории data