gitstandup for Grok
io.github.muba00/gitstandup
Generate daily standup notes from git commits across multiple repositories with AI summaries.
client:Grok
transport:stdio
runtime:npm
Install gitstandup in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gitstandup": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gitstandup-mcp"
]
}
}
}
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