HomeProductivity › Samuraizer

Samuraizer

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

TypeScript Local
★ 1 stars Last pushed 2026-09-07 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.7)

npx -y @samuraizer/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "samuraizer-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@samuraizer/[email protected]"
      ],
      "env": {
        "SAMURAIZER_MEETINGS_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • SAMURAIZER_MEETINGS_DIR — Directory containing processed meetings, overriding meetingsDir from the Samuraizer config file. A config file is still required — run 'samuraizer init' first.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry