Skip to content
Cursor

Samuraizer for Cursor

io.github.uladzkha/samuraizer

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

client:Cursor transport:stdio runtime:npm

Install Samuraizer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Samuraizer in other clients