Samuraizer for Windsurf
io.github.uladzkha/samuraizer
Local MCP server for meeting transcripts, summaries, action items & decisions — no cloud.
client:Windsurf
transport:stdio
runtime:npm
Install Samuraizer in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"samuraizer": {
"command": "npx",
"args": [
"-y",
"@samuraizer/mcp-server"
],
"env": {
"SAMURAIZER_MEETINGS_DIR": "<SAMURAIZER_MEETINGS_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs