Skip to content
Zed

tierward for Zed

io.github.marcoguillermaz/tierward

Read a Tierward project's governance state (doctor, team-settings, arch-audit, skills) over MCP.

client:Zed transport:stdio runtime:npm

Install tierward in Zed

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

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

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

tierward in other clients