Back to Browse

Samuraizer Cli MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

8 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-uladzkha-samuraizer": {
      "args": [
        "-y",
        "@samuraizer/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

📦 Packages

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

PackageWhat it doesDocs
@samuraizer/cliThe meeting-processing CLI — install, configure, and run the local pipeline. Start here.packages/cli/README.md
@samuraizer/mcp-serverCompanion 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.

Reviews

No reviews yet

Be the first to review this server!