Samuraizer
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 |
The meeting-processing CLI — install, configure, and run the local pipeline. Start here. | ||
Companion Model Context Protocol server. Lets AI agents (Claude Desktop, Claude Code, MCP Inspector) query your processed meetings and trigger the pipeline. |
🏛 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.jsonandmeeting-output.jsonfiles 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.
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceLocal-first speech-to-text and text-to-speech MCP server. Hot-swappable engines via config.yaml — no code changes, no API keys required.2MIT
- AlicenseNot gradedqualityCmaintenanceTranscribes 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.13MIT
- AlicenseAqualityCmaintenanceLocal, private audio transcription MCP server enabling AI agents to transcribe audio files entirely on-device without uploading data.3MIT
- AlicenseNot gradedqualityAmaintenanceLocal-first meeting capture and transcription for Claude Code. Records audio from meeting apps, transcribes locally with whisper.cpp, and produces structured notes via Claude.1Apache 2.0
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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