Skip to content
Zed

udacity commit for Zed

io.github.qwertymuzaffar/udacity-commit

Validate & format git commit messages per the Udacity Git Commit Message Style Guide.

client:Zed transport:stdio runtime:npm

Install udacity commit in Zed

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

{
  "context_servers": {
    "udacity-commit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-udacity-commit"
      ]
    }
  }
}

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

udacity commit in other clients