Command Palette

Search for a command to run...

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

Jamie

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

Enables Claude to interact with Jamie AI meeting assistant: list meetings, read summaries and transcripts, search, and manage tasks.

GitHubEmbed

Описание

Enables Claude to interact with Jamie AI meeting assistant: list meetings, read summaries and transcripts, search, and manage tasks.

README

MCP (Model Context Protocol) server for Jamie AI — the AI meeting assistant. This server allows Claude to interact with your Jamie account: list meetings, read summaries and transcripts, search across meetings, manage tasks, and more.

Tools

Tool Description
list_meetings List meetings with optional filters (date range, email, tag, pagination)
get_meeting Get full meeting details: summary, transcript, participants, tasks, tags, calendar event
delete_meeting Permanently delete a meeting and all its data (irreversible)
search_meetings Semantic search across meeting content (personal key only)
list_tasks List action items extracted from meetings
list_tags List available tags with colors (personal key only)

Installation

Add this MCP server to your Claude configuration:

{
  "mcpServers": {
    "jamie": {
      "command": "npx",
      "args": ["-y", "github:vicampuzano/jamie-mcp"],
      "env": {
        "JAMIE_API_KEY": "jk_your_api_key_here",
        "JAMIE_KEY_TYPE": "personal"
      }
    }
  }
}

Where to add this configuration

  • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
  • Claude Code: ~/.claude.json or project-level .mcp.json

Configuration

JAMIE_API_KEY (required)

Your Jamie API key. To generate one:

  1. Open Jamie and go to Settings → Developers → API Keys
  2. Click Add API Key
  3. Choose a scope (Personal or Workspace) and give it a name
  4. Copy the key immediately — it is only shown once

All keys start with the jk_ prefix. API access requires a Pro, Team, or Enterprise plan.

JAMIE_KEY_TYPE (optional)

Determines which API routes are used. Defaults to "personal".

Value Routes Access scope
"personal" /v1/me/... Your own meetings + meetings shared with you
"workspace" /v1/workspace/... All meetings in the workspace

Note: search_meetings and list_tags are only available with a personal key.

Requirements

  • Node.js >= 18
  • A Jamie AI account with Pro, Team, or Enterprise plan

License

MIT

from github.com/vicampuzano/jamie-mcp

Установка Jamie

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

▸ github.com/vicampuzano/jamie-mcp

FAQ

Jamie MCP бесплатный?

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

Нужен ли API-ключ для Jamie?

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

Jamie — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

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

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

Похожие MCP

Compare Jamie with

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

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

Автор?

Embed-бейдж для README

Похожее

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