standup mr for Grok
io.github.jubstaaa/standup-mr
Standup notes from merge request state, with the failed job's error lines.
client:Grok
transport:stdio
runtime:npm
Install standup mr in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"standup-mr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"standup-mr"
],
"env": {
"STANDUP_PROVIDER": "<STANDUP_PROVIDER>",
"GITHUB_HOST": "<GITHUB_HOST>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"GITLAB_HOST": "<GITLAB_HOST>",
"GITLAB_TOKEN": "<GITLAB_TOKEN>"
}
}
}
}
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