Mmcp.market

Samuraizer MCP server

by UladzKha·io.github.UladzKha/samuraizer·v0.1.7

Local MCP server for meeting transcripts, summaries, action items & decisions — no cloud.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

1 stars61 downloads/wk

Reviews

Write one

Nobody has reviewed Samuraizer yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Samuraizer tools (9, 1 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • extract_action_items

    Extract action items from a meeting transcript. Returns a JSON list of tasks with owner and due date.

  • extract_decisions

    Extract confirmed decisions from a meeting transcript. Returns a JSON list of decisions.

  • get_meeting

    Retrieve the full processed output for a specific meeting by id.

  • list_meetings

    List all processed meetings, sorted newest first. Optionally limit results.

  • normalize_audio

    Normalize an audio file to 16kHz mono PCM WAV format required by Whisper.

  • process_recordingwrite action

    Run the full Samuraizer pipeline on an audio file. Returns summary, action items, decisions, and output file paths.

  • search_meetings

    Search meetings by summary text, name, action items, and decisions. Transcripts are not searched — use get_meeting for those. Returns ranked results with snippets.

  • summarize_transcript

    Generate a concise meeting summary from transcript text.

  • transcribe_audio

    Transcribe an audio file using whisper.cpp. Returns the transcript text.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan15 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 13 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Samuraizer repository's README, as published. We do not edit it. Read it on GitHub

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.

Portable output with memnex

Samuraizer writes meeting results in the portable memnex v0.2 format. This lets another meeting app, local AI agent, or MCP server consume the same transcript, summary, action items, decisions, and provenance without learning a Samuraizer-specific JSON shape.

To verify a memnex document in under a minute, follow the memnex quickstart. It installs the validator and checks a real v0.2 example end to end.

📦 Packages

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

🏛 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

  • packages/cli/CHANGELOG.md
  • packages/mcp-server/CHANGELOG.md

📄 License

MIT — see LICENSE.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @samuraizer/mcp-server on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add samuraizer -- npx -y @samuraizer/mcp-server
Add to Cursor

Samuraizer: common questions

Is Samuraizer MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Samuraizer safety report
How do I install Samuraizer?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Samuraizer need an API key?
No secret keys are declared. It reads 1 setting from the environment.
Is Samuraizer maintained?
The last commit was 14 days ago (2026-09-07). The latest release is v0.1.7.
What can I use instead of Samuraizer?
Servers from other publishers that do the same job: Vexa MCP server.

Alternatives to Samuraizer

Same job from other publishers: the closest match first, then the best rated.

  • Vexa
    Meeting bot and transcripts for Google Meet, Teams and Zoom. Live or after, speakers labelled.
    A

More from UladzKha