standup mr for Cursor
io.github.jubstaaa/standup-mr
Standup notes from merge request state, with the failed job's error lines.
client:Cursor
transport:stdio
runtime:npm
Install standup mr in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs