Skip to content
Zed

mason for Zed

com.adrianczuczka/mason

Engineering decisions, change impact, documentation audits, and CI evidence for coding assistants.

client:Zed transport:stdio runtime:npm

Install mason in Zed

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

{
  "context_servers": {
    "mason": {
      "command": "npx",
      "args": [
        "-y",
        "mason-context"
      ]
    }
  }
}

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

mason in other clients