Skip to main content
Glama

Samuraizer

Turn meeting recordings into transcripts, summaries, action items, and decisions — entirely on your machine. No cloud, no subscriptions, no data leaving your network.

Reference implementation. Samuraizer is the reference implementation of the memnex specification — an open standard for portable meeting outputs (transcripts, summaries, action items, decisions). All outputs conform to memnex v0.2, including a full provenance chain.

Why Samuraizer

  • Fully local. Your recordings never leave your machine.

  • CLI-first. Scriptable, automatable, integrates with cron, Git hooks, Obsidian workflows.

  • Resumable. Crashed mid-pipeline? Re-run picks up where it left off.

  • Fast. LLM stages (summary, action items, decisions) run in parallel, cutting total time by ~2.3×.

  • Model-agnostic. Works with any Ollama-compatible LLM — pick what fits your hardware.

  • Free. No subscriptions, no per-minute pricing.

Related MCP server: Scribe MCP

📦 Packages

This is a monorepo. Samuraizer is published as two npm packages, each with its own README and changelog:

Package

What it does

Docs

@samuraizer/cli

The meeting-processing CLI — install, configure, and run the local pipeline. Start here.

packages/cli/README.md

@samuraizer/mcp-server

Companion Model Context Protocol server. Lets AI agents (Claude Desktop, Claude Code, MCP Inspector) query your processed meetings and trigger the pipeline.

packages/mcp-server/README.md

🏛 Project status

  • memnex specification: v0.2 — see the memnex repo for the schema, conformance suite, and governance documents.

  • Schemastore registered. memnex is in the universal JSON Schema catalog (PR #5676). *.memnex.json and meeting-output.json files get IDE autocomplete and validation by default in VS Code, JetBrains IDEs, Neovim, Sublime, and other editors with language-server support.

  • Roadmap: local diarization, cryptographic signing UX, accessibility (WebVTT subtitles), and the path to memnex v1.0 are funded milestones.

🤝 Contributing

Samuraizer follows a BDFL bootstrap model — see the memnex GOVERNANCE.md for the broader project's governance model, which Samuraizer mirrors.

Bug reports and feature discussions are welcome in GitHub Issues.

📝 Changelogs

📄 License

MIT — see LICENSE.

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
2wRelease cycle
8Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Local-first speech-to-text and text-to-speech MCP server. Hot-swappable engines via config.yaml — no code changes, no API keys required.
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Transcribes audio/video files, generates summaries and structured knowledge items, and supports Notion integration and chat-based interaction. Works as a standalone CLI, Notion integration, or MCP server tool for agent ecosystems.
    13
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Local, private audio transcription MCP server enabling AI agents to transcribe audio files entirely on-device without uploading data.
    3
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Local-first meeting capture and transcription for Claude Code. Records audio from meeting apps, transcribes locally with whisper.cpp, and produces structured notes via Claude.
    1
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.

  • Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/UladzKha/samuraizer-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server