Migas
БесплатноНе проверенEnables AI assistants to query local Migas meeting transcripts, including searching, listing meetings, and retrieving speaker contributions, all read-only.
Описание
Enables AI assistants to query local Migas meeting transcripts, including searching, listing meetings, and retrieving speaker contributions, all read-only.
README
MCP server for Migas meeting transcripts. Query your local meeting data from Claude Desktop, Claude Code, Cursor, or any MCP-compatible AI assistant.
What it does
Migas transcribes your meetings locally on your Mac. This MCP server gives AI assistants read-only access to that data so you can ask questions like:
- "What did we discuss about the roadmap last week?"
- "What has Sarah said about the budget across all meetings?"
- "Show me the transcript from yesterday's standup"
Tools
| Tool | Description |
|---|---|
list_meetings |
Recent meetings with title, date, duration, participants |
get_meeting_transcript |
Full speaker-labeled transcript for a meeting |
search_transcripts |
Full-text search across all meeting transcripts |
find_speakers |
Look up enrolled speakers by name |
get_speaker_contributions |
Everything a speaker said across all meetings |
Install
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"migas": {
"command": "npx",
"args": ["-y", "migas-mcp"]
}
}
}
Claude Code
claude mcp add migas -- npx -y migas-mcp
Cursor
Add to MCP settings:
{
"mcpServers": {
"migas": {
"command": "npx",
"args": ["-y", "migas-mcp"]
}
}
}
Requirements
- Migas installed and launched at least once (creates the local database)
- macOS (reads from
~/Library/Application Support/Migas/meetings.db)
Privacy
The MCP server is read-only and connects to your local Migas database. No meeting data is sent anywhere by the server itself. When you ask an AI assistant a question, only the relevant transcript text is sent to the AI provider, same as using Migas's built-in chat.
Development
bun install
bun test
bun run build
Установка Migas
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/blackpilledsoftware-prog/migas-mcpFAQ
Migas MCP бесплатный?
Да, Migas MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Migas?
Нет, Migas работает без API-ключей и переменных окружения.
Migas — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Migas в Claude Desktop, Claude Code или Cursor?
Открой Migas на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Migas with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
