Samuraizer for Grok
io.github.uladzkha/samuraizer
Local MCP server for meeting transcripts, summaries, action items & decisions — no cloud.
client:Grok
transport:stdio
runtime:npm
Install Samuraizer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"samuraizer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@samuraizer/mcp-server"
],
"env": {
"SAMURAIZER_MEETINGS_DIR": "<SAMURAIZER_MEETINGS_DIR>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs