BetaOpen SourcemacOSMCP

Hermes

The meeting recorder built for agents.

Record and transcribe meetings to local markdown files. A built-in MCP server gives Claude, Cursor, and any AI tool direct access to search, read, and act on your notes.

Download for macOS

MCP Server

Ships with a Model Context Protocol server. Claude Desktop, Cursor, and Claude Code can search, read, and enrich your meetings as tools.

Plain Markdown

Transcripts saved as .md files with YAML frontmatter. No proprietary formats. Any agent can read them directly.

Local-First

Everything on-device. On-device transcription via Apple Speech. Agents connect locally via stdio. No cloud required.

claude_desktop_config.json
{
  "mcpServers": {
    "hermes": {
      "command": "node",
      "args": ["hermes/agent/dist/src/mcp/server.js"]
    }
  }
}
~/Documents/Hermes/Recordings/standup_2026-03-16.md
---
title: "Morning Standup"
date: 2026-03-16T09:00:00Z
duration: 12:34
audio: standup_2026-03-16.m4a
---

## Transcript

Sarah mentioned the API migration is on track
for Thursday. Dave flagged a blocker on the
auth service ...

## Summary  (auto-generated)

API migration on track. Auth service blocker
identified — Dave and Alice pairing on fix.

## Action Items  (auto-generated)

- [ ] Dave & Alice: debug auth token refresh
- [ ] Sarah: update migration timeline
- [ ] All: review dashboard mockups by Wed