Skip to main content
ClaudeWave

Local-first CLI and MCP server for meeting transcription, summarization, and provenance — reference implementation of the memnex specification.

MCP ServersOfficial Registry0 stars0 forksTypeScriptNOASSERTIONUpdated today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 8/21/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/UladzKha/samuraizer-cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "samuraizer-cli": {
      "command": "node",
      "args": ["/path/to/samuraizer-cli/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/UladzKha/samuraizer-cli and follow its README for install instructions.
Use cases

MCP Servers overview

# 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](https://github.com/UladzKha/memnex) — 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.

## 📦 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`](https://www.npmjs.com/package/@samuraizer/cli) | The meeting-processing CLI — install, configure, and run the local pipeline. **Start here.** | [packages/cli/README.md](./packages/cli/README.md) |
| [`@samuraizer/mcp-server`](https://www.npmjs.com/package/@samuraizer/mcp-server) | Companion [Model Context Protocol](https://modelcontextprotocol.io/) server. Lets AI agents (Claude Desktop, Claude Code, MCP Inspector) query your processed meetings and trigger the pipeline. | [packages/mcp-server/README.md](./packages/mcp-server/README.md) |

## 🏛 Project status

- **memnex specification: v0.2** — see [the memnex repo](https://github.com/UladzKha/memnex) for the schema, conformance suite, and governance documents.
- **Schemastore registered.** memnex is in the [universal JSON Schema catalog](https://github.com/SchemaStore/schemastore) (PR [#5676](https://github.com/SchemaStore/schemastore/pull/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](https://github.com/UladzKha/memnex/blob/main/GOVERNANCE.md) for the broader project's governance model, which Samuraizer mirrors.

Bug reports and feature discussions are welcome in [GitHub Issues](https://github.com/UladzKha/samuraizer-cli/issues).

## 📝 Changelogs

- [`packages/cli/CHANGELOG.md`](./packages/cli/CHANGELOG.md)
- [`packages/mcp-server/CHANGELOG.md`](./packages/mcp-server/CHANGELOG.md)

## 📄 License

MIT — see [LICENSE](./LICENSE).
clilocal-llmmeeting-notesmemnexollamaprivacyself-hostedspeech-to-texttranscriptionwhisper

What people ask about samuraizer-cli

What is UladzKha/samuraizer-cli?

+

UladzKha/samuraizer-cli is mcp servers for the Claude AI ecosystem. Local-first CLI and MCP server for meeting transcription, summarization, and provenance — reference implementation of the memnex specification. It has 0 GitHub stars and its last recorded update is dated 2026-08-20.

How do I install samuraizer-cli?

+

You can install samuraizer-cli by cloning the repository (https://github.com/UladzKha/samuraizer-cli) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is UladzKha/samuraizer-cli safe to use?

+

Our security agent has analyzed UladzKha/samuraizer-cli and assigned a Trust Score of 80/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains UladzKha/samuraizer-cli?

+

UladzKha/samuraizer-cli is maintained by UladzKha. The last recorded GitHub activity is dated 2026-08-20, with 1 open issues.

Are there alternatives to samuraizer-cli?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy samuraizer-cli to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: UladzKha/samuraizer-cli
[![Featured on ClaudeWave](https://claudewave.com/api/badge/uladzkha-samuraizer-cli)](https://claudewave.com/repo/uladzkha-samuraizer-cli)
<a href="https://claudewave.com/repo/uladzkha-samuraizer-cli"><img src="https://claudewave.com/api/badge/uladzkha-samuraizer-cli" alt="Featured on ClaudeWave: UladzKha/samuraizer-cli" width="320" height="64" /></a>

More MCP Servers

samuraizer-cli alternatives