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
{
"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