Skip to content
Zed

Samuraizer for Zed

io.github.uladzkha/samuraizer

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

client:Zed transport:stdio runtime:npm

Install Samuraizer in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "samuraizer": {
      "command": "npx",
      "args": [
        "-y",
        "@samuraizer/mcp-server"
      ],
      "env": {
        "SAMURAIZER_MEETINGS_DIR": "<SAMURAIZER_MEETINGS_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Samuraizer in other clients