Skip to content
Zed

standup mr for Zed

io.github.jubstaaa/standup-mr

Standup notes from merge request state, with the failed job's error lines.

client:Zed transport:stdio runtime:npm

Install standup mr in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "standup-mr": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

standup mr in other clients